This commit is contained in:
Myat Zin Wai Maw
2020-01-14 11:14:21 +06:30
parent d794e023b8
commit 79a04ea998
2 changed files with 177 additions and 0 deletions

View File

@@ -0,0 +1,5 @@
class AddcolumnsubdomainShop < ActiveRecord::Migration[5.1]
def change
add_column :shops, :subdomain, :string
end
end