Sha256: e323f1934ab6483a28cbfaff3811347257ea70ba897780c026118436c20f9dff
Contents?: true
Size: 365 Bytes
Versions: 65
Compression:
Stored size: 365 Bytes
Contents
class CimFieldsForCreditcards < ActiveRecord::Migration def self.up add_column "creditcards", "gateway_customer_profile_id", :string add_column "creditcards", "gateway_payment_profile_id", :string end def self.down remove_column "creditcards", "gateway_customer_profile_id" remove_column "creditcards", "gateway_payment_profile_id" end end
Version data entries
65 entries across 53 versions & 10 rubygems