Sha256: e4f6e8d48143d883a49ff963ff36ad4866023c9d03a707bd648d88a390a8912c
Contents?: true
Size: 204 Bytes
Versions: 2
Compression:
Stored size: 204 Bytes
Contents
class CreatePosts < ActiveRecord::Migration def change create_table :posts do |t| t.string :title t.text :body t.string :cover_id t.timestamps null: false end end end
Version data entries
2 entries across 2 versions & 1 rubygems
Version | Path |
---|---|
filemagic-0.4.0.0 | test/dummy/db/migrate/20160701161345_create_posts.rb |
filemagic-0.3.5.0 | test/dummy/db/migrate/20160701161345_create_posts.rb |