rake
This commit is contained in:
5
db/migrate/20200113100120_addcolumnsubdomain_shop.rb
Normal file
5
db/migrate/20200113100120_addcolumnsubdomain_shop.rb
Normal file
@@ -0,0 +1,5 @@
|
||||
class AddcolumnsubdomainShop < ActiveRecord::Migration[5.1]
|
||||
def change
|
||||
add_column :shops, :subdomain, :string
|
||||
end
|
||||
end
|
||||
Reference in New Issue
Block a user