add customer tax

This commit is contained in:
Yan
2017-08-08 18:02:05 +06:30
parent f46d786859
commit 1685713ff5
5 changed files with 52 additions and 30 deletions

View File

@@ -16,7 +16,7 @@ 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.string :customer_type, :default => "Dinein"
t.json :tax_profiles
end
end