Sha256: ed2157a83df022624a722250e9151c9cbebb60c7d7df42466ede00ad12b02a81
Contents?: true
Size: 564 Bytes
Versions: 1
Compression:
Stored size: 564 Bytes
Contents
class CreatePages < ActiveRecord::Migration def change create_table :pages do |t| t.string :title t.text :body t.boolean :header t.boolean :footer t.boolean :nav t.string :page_type t.string :status t.date :publish_date t.date :expiration_date t.boolean :archived t.string :page_status t.boolean :points t.integer :program_id t.string :method t.datetime :deleted_at t.boolean :override_page t.string :page_to_override t.timestamps end end end
Version data entries
1 entries across 1 versions & 1 rubygems
Version | Path |
---|---|
raffle_v1-0.0.5 | db/migrate/20130205203152_create_pages.rb |