Sha256: dabc914ccd9b902b8e38dc797c23476c8486cf6d73a44ff2f452141b07a1d246
Contents?: true
Size: 519 Bytes
Versions: 12
Compression:
Stored size: 519 Bytes
Contents
# This migration comes from tb_cms (originally 20120101192412) class CreateSpudPages < ActiveRecord::Migration def change create_table :spud_pages do |t| t.string :name t.string :url_name t.datetime :publish_at t.integer :created_by t.integer :updated_by t.string :format,:default => "html" t.integer :spud_page_id t.text :meta_description t.string :meta_keywords t.integer :page_order t.integer :template_id t.timestamps end end end
Version data entries
12 entries across 12 versions & 1 rubygems