Sha256: f40033fd786b4112496aeeee44c28fce45ae73da004afeafb77f2140dc36efc8
Contents?: true
Size: 154 Bytes
Versions: 32
Compression:
Stored size: 154 Bytes
Contents
class AddFAmountToBillingReport < ActiveRecord::Migration def change change_table :billing_reports do |t| t.money :f_amount end end end
Version data entries
32 entries across 32 versions & 1 rubygems