update control member for osaka

This commit is contained in:
Aung Myo
2017-07-12 19:43:56 +06:30
parent fc986bfed2
commit e34d267fc8
9 changed files with 54 additions and 26 deletions

View File

@@ -8,7 +8,10 @@ class CreateMembershipSettings < ActiveRecord::Migration[5.1]
t.string :auth_token
t.string :merchant_account_id
t.string :created_by
t.boolean :discount, :default => false
t.boolean :rebate, :default => false
t.boolean :bonus, :default => false
t.boolean :point, :default => false
t.timestamps
end
end