parent
d9f312bbe3
commit
5bd1cdc4eb
@ -0,0 +1,9 @@
|
|||||||
|
class AddErrormsgToStudenWorkTest < ActiveRecord::Migration
|
||||||
|
def up
|
||||||
|
add_column :student_work_tests,:error_msg,:text
|
||||||
|
end
|
||||||
|
|
||||||
|
def down
|
||||||
|
remove_column :student_work_tests,:error_msg,
|
||||||
|
end
|
||||||
|
end
|
Loading…
Reference in new issue