Sha256: be0b858014e7ad518cfbca5c05af576994155492193d30968e4303e9e6882da5
Contents?: true
Size: 419 Bytes
Versions: 52
Compression:
Stored size: 419 Bytes
Contents
# This migration comes from cmor_cms (originally 8) class CreateCmorCmsContentBlocks < ActiveRecord::Migration[4.2] def change create_table :cmor_cms_content_blocks do |t| t.text :body # associations t.references :page t.references :content_box t.timestamps end add_index :cmor_cms_content_blocks, :page_id add_index :cmor_cms_content_blocks, :content_box_id end end
Version data entries
52 entries across 52 versions & 2 rubygems