Sha256: 68892e883df564570991d49f7e390c6b913eccb5c1aae67a797acf5f7a63c9ce
Contents?: true
Size: 348 Bytes
Versions: 103
Compression:
Stored size: 348 Bytes
Contents
class CreateSpotlightMainNavigations < ActiveRecord::Migration[4.2] def change create_table :spotlight_main_navigations do |t| t.string :label t.integer :weight, default: 20 t.string :nav_type t.references :exhibit t.timestamps end add_index :spotlight_main_navigations, :exhibit_id end end
Version data entries
103 entries across 103 versions & 1 rubygems