Sha256: 667a4fcc93335ab16c9446d5db70c550fe54951f8bc434a705fb430080191551
Contents?: true
Size: 266 Bytes
Versions: 103
Compression:
Stored size: 266 Bytes
Contents
class CreateRoles < ActiveRecord::Migration[4.2] def change create_table :spotlight_roles do |t| t.references :exhibit t.references :user t.string :role end add_index :spotlight_roles, [:exhibit_id, :user_id], unique: true end end
Version data entries
103 entries across 103 versions & 1 rubygems