parent
2a959a9b65
commit
39c45dff30
@ -0,0 +1,9 @@
|
||||
class ChangeStudentIdType < ActiveRecord::Migration
|
||||
def up
|
||||
change_column :user_extensions, :student_id, :string
|
||||
end
|
||||
|
||||
def down
|
||||
raise ActiveRecord::IrreversibleMigration
|
||||
end
|
||||
end
|
Loading…
Reference in new issue