Sha256: 5f0695e11a4c5651a38784495331bfdcfc4b4c0b573ddcaa2cb27ebbda35b21a

Contents?: true

Size: 219 Bytes

Versions: 3

Compression:

Stored size: 219 Bytes

Contents

class CreateSpotlightAttachments < ActiveRecord::Migration
  def change
    create_table :spotlight_attachments do |t|
      t.string :name
      t.string :file
      t.string :uid

      t.timestamps
    end
  end
end

Version data entries

3 entries across 3 versions & 1 rubygems

Version Path
blacklight-spotlight-0.0.3 db/migrate/20131120172811_create_spotlight_attachments.rb
blacklight-spotlight-0.0.2 db/migrate/20131120172811_create_spotlight_attachments.rb
blacklight-spotlight-0.0.1 db/migrate/20131120172811_create_spotlight_attachments.rb