Sha256: 33b1121f6504f809cb382c421303736246fb0c6f4e9cebc3dd8644e5a75fcf40
Contents?: true
Size: 343 Bytes
Versions: 4
Compression:
Stored size: 343 Bytes
Contents
class CreateBlogPosts < ActiveRecord::Migration def change create_table :mcms_blog_posts do |t| t.string :title t.text :body t.boolean :draft t.datetime :published_at t.integer :user_id t.text :cached_slug t.string :custom_url t.string :custom_teaser t.timestamps end end end
Version data entries
4 entries across 4 versions & 1 rubygems