Sha256: 40a67e9c474fe2684e905bd2df6b1cc420f91393ac14155ce20876ca65bf24d0
Contents?: true
Size: 497 Bytes
Versions: 8
Compression:
Stored size: 497 Bytes
Contents
# This migration comes from ecm_cms_engine (originally 2) class CreateEcmCmsPages < ActiveRecord::Migration def change create_table :ecm_cms_pages do |t| t.string :basename t.string :pathname t.string :title t.text :meta_description t.text :body t.string :layout t.string :locale t.string :format t.string :handler t.references :ecm_cms_folder t.timestamps end add_index :ecm_cms_pages, :ecm_cms_folder_id end end
Version data entries
8 entries across 8 versions & 1 rubygems