Sha256: 4b3cd80ceaffa9cbbadbdb21281b42d4b216ee58c701d193bf569fcb9371fcd8
Contents?: true
Size: 343 Bytes
Versions: 4
Compression:
Stored size: 343 Bytes
Contents
# This migration comes from spotlight (originally 20140228131207) class CreateResources < ActiveRecord::Migration 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
4 entries across 4 versions & 1 rubygems