Files
sx-fc/db/migrate/20200113100120_addcolumnsubdomain_shop.rb
Myat Zin Wai Maw 79a04ea998 rake
2020-01-14 11:14:21 +06:30

6 lines
126 B
Ruby

class AddcolumnsubdomainShop < ActiveRecord::Migration[5.1]
def change
add_column :shops, :subdomain, :string
end
end