Sha256: 4aba36250d00501f76b03f87282af09dfda27afd8853aefe26aed591eca5fa83
Contents?: true
Size: 378 Bytes
Versions: 19
Compression:
Stored size: 378 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
19 entries across 19 versions & 2 rubygems