This commit is contained in:
cxt 2015-11-13 17:47:29 +08:00
parent e6cd104ead
commit ee8d9d7b4e
1 changed files with 2 additions and 2 deletions

View File

@ -575,7 +575,7 @@ ActiveRecord::Schema.define(:version => 20151113025751) do
create_table "exercise_answers", :force => true do |t|
t.integer "user_id"
t.integer "exercise_question_id"
t.integer "exercise_choices_id"
t.integer "exercise_choice_id"
t.text "answer_text"
t.datetime "created_at", :null => false
t.datetime "updated_at", :null => false
@ -600,7 +600,7 @@ ActiveRecord::Schema.define(:version => 20151113025751) do
create_table "exercise_standard_answers", :force => true do |t|
t.integer "exercise_question_id"
t.integer "exercise_choices_id"
t.integer "exercise_choice_id"
t.text "answer_text"
t.datetime "created_at", :null => false
t.datetime "updated_at", :null => false