add customer tax
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user