Sha256: 8206cd455bb6cd38410232092a12282f8afe7dadf00290ea4683487a2fb1a1fc
Contents?: true
Size: 279 Bytes
Versions: 20
Compression:
Stored size: 279 Bytes
Contents
class CreateUploadedFiles < ActiveRecord::Migration[5.1] 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
20 entries across 20 versions & 1 rubygems