dev_jupyter
parent
9f196d32c3
commit
4292c3fb73
@ -0,0 +1,5 @@
|
||||
class MigrateExaminationItemName < ActiveRecord::Migration[5.2]
|
||||
def change
|
||||
change_column :examination_items, :name, :text
|
||||
end
|
||||
end
|
Loading…
Reference in new issue