Sha256: afa9aaa8848d2dc0e999ad438807af1239f9af9974d3a11981b562842beeabeb
Contents?: true
Size: 151 Bytes
Versions: 7
Compression:
Stored size: 151 Bytes
Contents
class CreateInvoices < ActiveRecord::Migration def change create_table :invoices do |t| t.date :date t.timestamps end end end
Version data entries
7 entries across 7 versions & 1 rubygems