Sha256: 52c9957c2fff24f294067ff2209fd6d5320d23df2b04d852d105a34589ee6c94
Contents?: true
Size: 384 Bytes
Versions: 31
Compression:
Stored size: 384 Bytes
Contents
class CreateSmithyPageLists < ActiveRecord::Migration def change create_table :smithy_page_lists do |t| t.belongs_to :parent t.belongs_to :page_template t.boolean :include_children t.integer :count t.string :sort t.timestamps end add_index :smithy_page_lists, :parent_id add_index :smithy_page_lists, :page_template_id end end
Version data entries
31 entries across 31 versions & 1 rubygems