Sha256: 1b25ed8139fe9082d8cc5776a9aa7089feb3ac374eeb6766d9dbe962c8f03d01
Contents?: true
Size: 247 Bytes
Versions: 62
Compression:
Stored size: 247 Bytes
Contents
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
62 entries across 62 versions & 1 rubygems