Sha256: 2439ce59005c5376e3a3198e9b47d30e75ddf8a3a6ffa7043735b4ea4bc34681
Contents?: true
Size: 298 Bytes
Versions: 64
Compression:
Stored size: 298 Bytes
Contents
class CreateUploadedFiles < ActiveRecord::Migration<%= migration_version %> 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
64 entries across 64 versions & 1 rubygems