Sha256: ee9a4907109963f7aeb47da5fc6f2e4cfd284d9f7d6cd1eaf7656cdbd4a2cdd0
Contents?: true
Size: 366 Bytes
Versions: 12
Compression:
Stored size: 366 Bytes
Contents
class CreateEcmNewsItems < ActiveRecord::Migration def change create_table :ecm_news_items do |t| t.string :title t.string :locale t.text :body t.timestamp :published_at t.boolean :link_to_more # acts as markup t.string :markup_language # friendly id t.string :slug t.timestamps end end end
Version data entries
12 entries across 12 versions & 1 rubygems