Sha256: e4a34efe1b7449e90d5c7306eba4fa6a77b5da7ac6a904067ee0fb430d2d4f27
Contents?: true
Size: 357 Bytes
Versions: 68
Compression:
Stored size: 357 Bytes
Contents
class CreateJobIoWrappers < ActiveRecord::Migration<%= migration_version %> 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
68 entries across 68 versions & 1 rubygems