fixed jsonb to json to support both mysql and postgres

This commit is contained in:
Min Zeya Phyo
2017-06-12 07:40:40 +06:30
parent a2fcd0c44e
commit 7eaea8f08d

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.json :additional_parameter
t.timestamps
end