Sha256: 03e3388a8a7906f1b38456c61ce30a6c88a3ef7c2660f0e278de7216409bae0b

Contents?: true

Size: 316 Bytes

Versions: 7

Compression:

Stored size: 316 Bytes

Contents

class CreatePwbSections < ActiveRecord::Migration[5.0]
  def change
    create_table :pwb_sections do |t|
      t.string :link_key
      t.string :link_path
      t.integer :sort_order
      t.boolean :visible
      t.timestamps null: false
    end

    add_index :pwb_sections, :link_key, :unique => true
  end
end

Version data entries

7 entries across 7 versions & 1 rubygems

Version Path
pwb-1.2.0 db/migrate/20161122174847_create_pwb_sections.rb
pwb-1.1.1 db/migrate/20161122174847_create_pwb_sections.rb
pwb-1.0.0 db/migrate/20161122174847_create_pwb_sections.rb
pwb-0.1.1 db/migrate/20161122174847_create_pwb_sections.rb
pwb-0.1.0 db/migrate/20161122174847_create_pwb_sections.rb
pwb-0.0.2 db/migrate/20161122174847_create_pwb_sections.rb
pwb-0.0.1 db/migrate/20161122174847_create_pwb_sections.rb