Sha256: b79e9ca8b94622ccf26f5aee646cedfc13b407021a89987e98e6557c65beaa0f
Contents?: true
Size: 212 Bytes
Versions: 35
Compression:
Stored size: 212 Bytes
Contents
class CimFieldsForCreditcards < ActiveRecord::Migration def change add_column :creditcards, :gateway_customer_profile_id, :string add_column :creditcards, :gateway_payment_profile_id, :string end end
Version data entries
35 entries across 35 versions & 3 rubygems