Sha256: 1d2b0ade19af3778906368bbb6eed9504c56927217d1da8ccf94e8fd99674e76
Contents?: true
Size: 247 Bytes
Versions: 15
Compression:
Stored size: 247 Bytes
Contents
class CreatePosts < ActiveRecord::Migration def change create_table :posts do |t| t.string :title t.text :body t.boolean :published t.string :permalink t.date :published_at t.timestamps end end end
Version data entries
15 entries across 15 versions & 1 rubygems