Sha256: 07c2c83f475bb0cf036ac3cc7ec92b3316bfb6d6da6def9765525ee0d1ac4c2d
Contents?: true
Size: 194 Bytes
Versions: 10
Compression:
Stored size: 194 Bytes
Contents
class CreatePosts < ActiveRecord::Migration def change create_table :posts do |t| t.string :title t.text :body t.integer :author_id t.timestamps end end end
Version data entries
10 entries across 10 versions & 2 rubygems