Sha256: 02e573d6d0f29c02cc0eb21901b4b806a25a4fb6f8ff1029419b88d461b530fd

Contents?: true

Size: 252 Bytes

Versions: 107

Compression:

Stored size: 252 Bytes

Contents

class CreateSpotlightAttachments < ActiveRecord::Migration[4.2]
  def change
    create_table :spotlight_attachments do |t|
      t.string :name
      t.string :file
      t.string :uid
      t.references :exhibit

      t.timestamps
    end
  end
end

Version data entries

107 entries across 107 versions & 1 rubygems

Version Path
blacklight-spotlight-1.4.0 db/migrate/20131120172811_create_spotlight_attachments.rb
blacklight-spotlight-1.3.0 db/migrate/20131120172811_create_spotlight_attachments.rb
blacklight-spotlight-1.2.0 db/migrate/20131120172811_create_spotlight_attachments.rb
blacklight-spotlight-1.1.0 db/migrate/20131120172811_create_spotlight_attachments.rb
blacklight-spotlight-1.0.0 db/migrate/20131120172811_create_spotlight_attachments.rb
blacklight-spotlight-1.0.0.alpha2 db/migrate/20131120172811_create_spotlight_attachments.rb
blacklight-spotlight-1.0.0.alpha1 db/migrate/20131120172811_create_spotlight_attachments.rb