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