Sha256: 7b20414149ed7f1f69cb15727ac91d769a010dbe005c58e43c722fca94a1da27

Contents?: true

Size: 136 Bytes

Versions: 25

Compression:

Stored size: 136 Bytes

Contents

class AddColumnThatAllowsNil < ActiveRecord::Migration
  def change
    add_column :products, :optional_price_cents, :integer
  end
end

Version data entries

25 entries across 25 versions & 2 rubygems

Version Path
money-rails-0.7.0.pre1 spec/dummy/db/migrate/20120607210247_add_column_that_allows_nil.rb
stocktrade-money-rails-0.6.0 spec/dummy/db/migrate/20120607210247_add_column_that_allows_nil.rb
money-rails-0.6.0 spec/dummy/db/migrate/20120607210247_add_column_that_allows_nil.rb
money-rails-0.5.0 spec/dummy/db/migrate/20120607210247_add_column_that_allows_nil.rb
money-rails-0.4.0 spec/dummy/db/migrate/20120607210247_add_column_that_allows_nil.rb