Sha256: 539f8f8146ca64cb640d57aba65a4e588a61d40a649e37ad9e683d7aa16a6352
Contents?: true
Size: 378 Bytes
Versions: 56
Compression:
Stored size: 378 Bytes
Contents
class CreateCmorBlogPosts < ActiveRecord::Migration[4.2] def change create_table :cmor_blog_posts do |t| t.string :title t.text :body t.timestamp :published_at t.integer :created_by_id t.integer :updated_by_id t.string :slug t.integer :position t.timestamps null: false t.index :slug, unique: true end end end
Version data entries
56 entries across 56 versions & 1 rubygems