update crm

This commit is contained in:
Yan
2017-08-08 14:29:48 +06:30
parent 5ed4a7f51a
commit f46d786859
3 changed files with 14 additions and 6 deletions

View File

@@ -16,6 +16,8 @@ class CreateCustomers < ActiveRecord::Migration[5.1]
t.string :membership_id
t.string :membership_type
t.string :membership_authentication_code
t.string :customer_type, default => "Dinein"
t.json :tax_profiles
end
end
end