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