Sha256: 02e573d6d0f29c02cc0eb21901b4b806a25a4fb6f8ff1029419b88d461b530fd
Contents?: true
Size: 252 Bytes
Versions: 107
Compression:
Stored size: 252 Bytes
Contents
class CreateSpotlightAttachments < ActiveRecord::Migration[4.2] 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
107 entries across 107 versions & 1 rubygems