Sha256: 6fe438400d5e34974308f830430b99687186ddd8ae8017a5e01a9ea98f7e1009

Contents?: true

Size: 282 Bytes

Versions: 103

Compression:

Stored size: 282 Bytes

Contents

class CreateResources < ActiveRecord::Migration[4.2]
  def change
    create_table(:spotlight_resources) do |t|
      t.references :exhibit
      t.string     :type
      t.string     :url
      t.text       :data
      t.datetime   :indexed_at
      t.timestamps
    end
  end
end

Version data entries

103 entries across 103 versions & 1 rubygems

Version Path
blacklight-spotlight-1.0.0 db/migrate/20140228131207_create_resources.rb
blacklight-spotlight-1.0.0.alpha2 db/migrate/20140228131207_create_resources.rb
blacklight-spotlight-1.0.0.alpha1 db/migrate/20140228131207_create_resources.rb