Sha256: e4f945338e765955a84798a5709ae0d5bc8c1224f263f157d01833623fec0171
Contents?: true
Size: 172 Bytes
Versions: 13
Compression:
Stored size: 172 Bytes
Contents
class CreateOrders < ActiveRecord::Migration def change create_table :orders do |t| t.string :name t.string :amount t.timestamps end end end
Version data entries
13 entries across 13 versions & 1 rubygems