Sha256: ff99b07c255ed4fcfff2d36894c855796ac0d25f45a9fb1db50aaf19edd4b64c
Contents?: true
Size: 475 Bytes
Versions: 6
Compression:
Stored size: 475 Bytes
Contents
# This migration comes from ecm_cms_engine (originally 4) class CreateEcmCmsPartials < ActiveRecord::Migration def change create_table :ecm_cms_partials do |t| t.string :basename t.string :pathname t.text :body t.string :layout t.string :locale t.string :format t.string :handler # associations t.references :ecm_cms_folder t.timestamps end add_index :ecm_cms_partials, :ecm_cms_folder_id end end
Version data entries
6 entries across 6 versions & 1 rubygems