Sha256: bfa1c9674b63940837b9087920acdcd0a5ea92ed0164e23ca100e7481b4b01ba
Contents?: true
Size: 307 Bytes
Versions: 16
Compression:
Stored size: 307 Bytes
Contents
class CreateInvoices < ActiveRecord::Migration def change create_table :invoices do |t| t.string :title t.float :total_paid t.float :total_charged t.boolean :paid t.string :received_by t.date :invoiced_on t.date :paid_on t.timestamps end end end
Version data entries
16 entries across 16 versions & 1 rubygems