Sha256: 783a0c6645f8e7f1a05933e2d184e31686f949c8dc01dd6a5c941320bea61ac6
Contents?: true
Size: 350 Bytes
Versions: 9
Compression:
Stored size: 350 Bytes
Contents
class CreateEcmBlogPosts < ActiveRecord::Migration[4.2] def change create_table :ecm_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.timestamps null: false t.index :slug, unique: true end end end
Version data entries
9 entries across 9 versions & 1 rubygems