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