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