Sha256: e11608f5a95acb5ec423bcc23e3b6917726dbbb42c05aff0636c03c3fb16ac9e
Contents?: true
Size: 194 Bytes
Versions: 7
Compression:
Stored size: 194 Bytes
Contents
class CreatePosts < ActiveRecord::Migration def change create_table :posts do |t| t.string :title t.text :body t.boolean :published t.timestamps end end end
Version data entries
7 entries across 7 versions & 3 rubygems