finished order and sales in setting

This commit is contained in:
Aung Myo
2017-06-12 00:45:59 +06:30
parent eb001275c7
commit 0943808ac8
27 changed files with 876 additions and 65 deletions

View File

@@ -8,7 +8,7 @@ class CreateMembershipActions < ActiveRecord::Migration[5.1]
t.string :auth_token
t.string :merchant_account_id
t.string :created_by
t.jsonb :additional_parameter
t.string :additional_parameter,array: true, :default =>'{}'
t.timestamps
end