Sha256: 5f0695e11a4c5651a38784495331bfdcfc4b4c0b573ddcaa2cb27ebbda35b21a
Contents?: true
Size: 219 Bytes
Versions: 3
Compression:
Stored size: 219 Bytes
Contents
class CreateSpotlightAttachments < ActiveRecord::Migration def change create_table :spotlight_attachments do |t| t.string :name t.string :file t.string :uid t.timestamps end end end
Version data entries
3 entries across 3 versions & 1 rubygems