Sha256: e42dba351c20dd81ccc24605e95d45b78885e172d32200affa135329a80c9f45
Contents?: true
Size: 237 Bytes
Versions: 2
Compression:
Stored size: 237 Bytes
Contents
class CreateNavinshopItems < ActiveRecord::Migration def change create_table :navinshop_items do |t| t.string :title t.text :text t.integer :category_id t.string :image t.timestamps end end end
Version data entries
2 entries across 2 versions & 1 rubygems
Version | Path |
---|---|
navinshop-0.0.2 | db/migrate/20140517051719_create_navinshop_items.rb |
navinshop-0.0.1 | db/migrate/20140517051719_create_navinshop_items.rb |