Sha256: 1d6bf44762255e3a5fb8ee05347cbb7862603817d85a74226b804c9c388f9fcb
Contents?: true
Size: 150 Bytes
Versions: 7
Compression:
Stored size: 150 Bytes
Contents
class AddOptionalAmountToTransactions < ActiveRecord::Migration def change add_column :transactions, :optional_amount_cents, :integer end end
Version data entries
7 entries across 7 versions & 1 rubygems