Sha256: d90528d4faa37be5f7d682cf1880c9c2194b4571803f1a84d64fa71811dd21a0

Contents?: true

Size: 304 Bytes

Versions: 52

Compression:

Stored size: 304 Bytes

Contents

class CreateExhibits < ActiveRecord::Migration
  def change
    create_table :spotlight_exhibits do |t|
      t.string :title, null: false
      t.string :subtitle
      t.string :slug
      t.text :description
      t.timestamps
    end

    add_index :spotlight_exhibits, :slug, unique: true
  end
end

Version data entries

52 entries across 52 versions & 1 rubygems

Version Path
blacklight-spotlight-0.34.1 db/migrate/20140128155151_create_exhibits.rb
blacklight-spotlight-0.34.0 db/migrate/20140128155151_create_exhibits.rb
blacklight-spotlight-0.33.3 db/migrate/20140128155151_create_exhibits.rb
blacklight-spotlight-0.33.2 db/migrate/20140128155151_create_exhibits.rb
blacklight-spotlight-0.33.1 db/migrate/20140128155151_create_exhibits.rb
blacklight-spotlight-0.33.0 db/migrate/20140128155151_create_exhibits.rb
blacklight-spotlight-0.32.0 db/migrate/20140128155151_create_exhibits.rb
blacklight-spotlight-0.31.0 db/migrate/20140128155151_create_exhibits.rb
blacklight-spotlight-0.30.0 db/migrate/20140128155151_create_exhibits.rb
blacklight-spotlight-0.29.1 db/migrate/20140128155151_create_exhibits.rb
blacklight-spotlight-0.29.0 db/migrate/20140128155151_create_exhibits.rb
blacklight-spotlight-0.28.3 db/migrate/20140128155151_create_exhibits.rb
blacklight-spotlight-0.28.2 db/migrate/20140128155151_create_exhibits.rb
blacklight-spotlight-0.28.1 db/migrate/20140128155151_create_exhibits.rb
blacklight-spotlight-0.28.0 db/migrate/20140128155151_create_exhibits.rb
blacklight-spotlight-0.27.0 db/migrate/20140128155151_create_exhibits.rb
blacklight-spotlight-0.26.1 db/migrate/20140128155151_create_exhibits.rb
blacklight-spotlight-0.26.0 db/migrate/20140128155151_create_exhibits.rb
blacklight-spotlight-0.25.0 db/migrate/20140128155151_create_exhibits.rb
blacklight-spotlight-0.24.0 db/migrate/20140128155151_create_exhibits.rb