Sha256: f1a9fb1588556dbb33b0cfb3412165c9df5d2fc763d254063f09234b4fa19bb8
Contents?: true
Size: 423 Bytes
Versions: 21
Compression:
Stored size: 423 Bytes
Contents
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
21 entries across 21 versions & 2 rubygems