parent
d6e77bf843
commit
2b4162bb77
@ -0,0 +1,6 @@
|
||||
class MigrateItemType < ActiveRecord::Migration[5.2]
|
||||
def change
|
||||
add_column :item_banks, :container_id, :integer
|
||||
add_column :item_banks, :container_type, :string
|
||||
end
|
||||
end
|
Loading…
Reference in new issue