Skip to content

Instantly share code, notes, and snippets.

@abuiles
Created June 25, 2010 18:20
Show Gist options
  • Save abuiles/453226 to your computer and use it in GitHub Desktop.
Save abuiles/453226 to your computer and use it in GitHub Desktop.
# == Schema Information
#
# Table name: turk_qualification_types
#
# id :integer not null, primary key
# QualificationTypeId :string(255)
# Name :string(255) must be unique
# Description :text <= 2000 characters
# Keywords :text <=1000 characters- comma separated
# RetryDelayInSecond :integer non-negative
# QualificationTypeStatus :string(255) ValidValues = Active | Inactive
# Test :string(255) If specified, TestDurationInSeconds
# must also be specified. Constraints:
# must be a QuestionForm data structure
# This parameter cannot be specified
# if AutoGranted is true.
# AnswerKey :String(255) Has the form of an AnswerKey data
# structure.
# TestDurationInSeconds :integer Required if the Test parameter is
# specified. Is conditional
# AutoGranted :boolean If the Test parameter is specified.
# this parameterb cannot be true.
# AutoGranted :integer This parameter is used only if the
# AutoGranted parameter is true.
# created_at :datetime
# updated_at :datetime
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment