dining_charges

This commit is contained in:
Nweni
2017-08-11 13:34:30 +06:30
parent 14384745ad
commit b0ad2049c5
26 changed files with 428 additions and 1 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