Sha256: 4a852c9d52bf41468cb820aada2e71e29bae62940611040784e9fb5344b5facd
Contents?: true
Size: 149 Bytes
Versions: 1
Compression:
Stored size: 149 Bytes
Contents
class AddCreditCardNumberToCustomer < ActiveRecord::Migration def change add_column :jackpot_customers, :credit_card_number, :string end end
Version data entries
1 entries across 1 versions & 1 rubygems
Version | Path |
---|---|
jackpot-0.0.3 | db/migrate/20120104164830_add_credit_card_number_to_customer.rb |