Sha256: 0bca99861bd0781808bc5106e95ebb6cb00ff3fba359d46b9d374a58ba9042a3
Contents?: true
Size: 193 Bytes
Versions: 2
Compression:
Stored size: 193 Bytes
Contents
class CreateOrders < ActiveRecord::Migration def change create_table :orders do |t| t.string :name t.boolean :paid t.string :email t.timestamps end end end
Version data entries
2 entries across 2 versions & 1 rubygems
Version | Path |
---|---|
apidoc_to_gfm-0.0.2 | example/db/migrate/20140616151047_create_orders.rb |
apidoc_to_gfm-0.0.1 | example/db/migrate/20140616151047_create_orders.rb |