Sha256: 294a40b791e7f2fd13fc2fe092547b62b01eff63bc902ec64ce341ca5126c11f
Contents?: true
Size: 279 Bytes
Versions: 15
Compression:
Stored size: 279 Bytes
Contents
class CreateUploadedFiles < ActiveRecord::Migration[4.2] def change create_table :uploaded_files do |t| t.string :file t.references :user, index: true, foreign_key: true t.string :file_set_uri, index: true t.timestamps null: false end end end
Version data entries
15 entries across 15 versions & 1 rubygems