迁移文件出错

This commit is contained in:
sw 2015-07-22 10:48:46 +08:00
parent faeee62331
commit baccd28493
1 changed files with 1 additions and 1 deletions

View File

@ -4,6 +4,6 @@ class AddErrormsgToStudenWorkTest < ActiveRecord::Migration
end
def down
remove_column :student_work_tests,:error_msg,
remove_column :student_work_tests,:error_msg
end
end