|
|
|
@ -11,7 +11,7 @@
|
|
|
|
|
#
|
|
|
|
|
# It's strongly recommended to check this file into your version control system.
|
|
|
|
|
|
|
|
|
|
ActiveRecord::Schema.define(:version => 20150702073308) do
|
|
|
|
|
ActiveRecord::Schema.define(:version => 20150708025533) do
|
|
|
|
|
|
|
|
|
|
create_table "activities", :force => true do |t|
|
|
|
|
|
t.integer "act_id", :null => false
|
|
|
|
@ -586,8 +586,9 @@ ActiveRecord::Schema.define(:version => 20150702073308) do
|
|
|
|
|
t.string "language"
|
|
|
|
|
t.text "standard_code", :limit => 2147483647
|
|
|
|
|
t.integer "homework_common_id"
|
|
|
|
|
t.datetime "created_at", :null => false
|
|
|
|
|
t.datetime "updated_at", :null => false
|
|
|
|
|
t.datetime "created_at", :null => false
|
|
|
|
|
t.datetime "updated_at", :null => false
|
|
|
|
|
t.float "ta_proportion", :default => 0.1
|
|
|
|
|
end
|
|
|
|
|
|
|
|
|
|
create_table "homework_evaluations", :force => true do |t|
|
|
|
|
|