change migration file

This commit is contained in:
phyusin
2018-02-19 15:43:27 +06:30
parent 9f2bab7187
commit 521b4d897b
9 changed files with 40 additions and 35 deletions

View File

@@ -18,6 +18,7 @@ class CreateCustomers < ActiveRecord::Migration[5.1]
t.string :membership_authentication_code
t.string :customer_type, :default => "Dinein"
t.json :tax_profiles
t.string :image_path
end
end
end