Sha256: 55c0ba43aec7891581ec36bc4d8a3e88e671f8ba8f1cbf6b21e44f86143b3cdb
Contents?: true
Size: 455 Bytes
Versions: 8
Compression:
Stored size: 455 Bytes
Contents
# This migration comes from ecm_cms_engine (originally 3) class CreateEcmCmsTemplates < ActiveRecord::Migration def change create_table :ecm_cms_templates do |t| t.string :basename t.string :pathname t.text :body t.string :locale t.string :format t.string :handler # associations t.references :ecm_cms_folder t.timestamps end add_index :ecm_cms_templates, :ecm_cms_folder_id end end
Version data entries
8 entries across 8 versions & 1 rubygems