Sha256: e2b29ef3bbb7b74a18f178f9a4b93f959ef7122e7381ce6717e852f2ebbc696b
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 :notes t.string :product_name t.timestamps end end end
Version data entries
2 entries across 2 versions & 1 rubygems
Version | Path |
---|---|
bootstrap3_autocomplete_input-0.2.3 | test/dummy/db/migrate/20141224031854_create_orders.rb |
bootstrap3_autocomplete_input-0.2.1 | test/dummy/db/migrate/20141224031854_create_orders.rb |