Sha256: b7da52ca13bc61c5ae36e10847ac5032fe21c142c4bc838b205c3e4a373f5d88
Contents?: true
Size: 338 Bytes
Versions: 34
Compression:
Stored size: 338 Bytes
Contents
class CreateJobIoWrappers < ActiveRecord::Migration[5.2] def change create_table :job_io_wrappers do |t| t.references :user t.references :uploaded_file t.string :file_set_id t.string :mime_type t.string :original_name t.string :path t.string :relation t.timestamps end end end
Version data entries
34 entries across 24 versions & 1 rubygems