Sha256: b346aade6ac5131c6b5cd3b2f37e9b1e8e0550a3d4860f37711d04f590572f76
Contents?: true
Size: 212 Bytes
Versions: 2
Compression:
Stored size: 212 Bytes
Contents
class CreatePosts < ActiveRecord::Migration def change create_table :posts do |t| t.integer :category_id, index: true t.string :title t.text :content t.timestamps end end end
Version data entries
2 entries across 2 versions & 1 rubygems
Version | Path |
---|---|
power_resource-0.0.3 | spec/dummy/db/migrate/20130915095616_create_posts.rb |
power_resource-0.0.2 | spec/dummy/db/migrate/20130915095616_create_posts.rb |