Sha256: a726e53c6187735232f0f8f3950e131ccf07e08f2a34b76f21c7b18bf90b5753

Contents?: true

Size: 306 Bytes

Versions: 1

Compression:

Stored size: 306 Bytes

Contents

class AddCreditCardInformationToCustomers < ActiveRecord::Migration
  def change
    add_column :jackpot_customers, :credit_card_expiry_month,  :integer
    add_column :jackpot_customers, :credit_card_expiry_year,   :integer
    add_column :jackpot_customers, :credit_card_token,         :string
  end
end

Version data entries

1 entries across 1 versions & 1 rubygems

Version Path
jackpot-0.0.3 db/migrate/20120130173242_add_credit_card_information_to_customers.rb