Sha256: 00a4cbb8b05ed86e71eddeca374837389ec964f99ccd1d33bae5af8247068d72
Contents?: true
Size: 395 Bytes
Versions: 13
Compression:
Stored size: 395 Bytes
Contents
class CreateCrowdblogPosts < ActiveRecord::Migration def change create_table :crowdblog_posts do |t| t.string :title t.text :body t.string :permalink t.datetime :published_at t.integer :author_id t.string :state t.integer :publisher_id t.boolean :ready_for_review t.datetime :marked_for_review_at t.timestamps end end end
Version data entries
13 entries across 13 versions & 1 rubygems