Sha256: 3094f366f9139b0a67f8abc4b2cbdc4ec47b1517ba3b692b117d91da07a6be82

Contents?: true

Size: 457 Bytes

Versions: 1

Compression:

Stored size: 457 Bytes

Contents

create_table "gi_job_files", id: :bigint, unsigned: true, force: :cascade, options: "ENGINE=InnoDB DEFAULT CHARSET=utf8mb4" do |t|
  t.references       "gi_job_transaction"
  t.string           "division"
  t.string           "name",               null: false
  t.json             "file"
  t.unsigned_integer "rows"
  t.unsigned_bigint  "size"
  t.timestamps
end

add_index "gi_job_files", ["gi_job_transaction_id"], name: "gi_job_files_ix1", using: :btree

Version data entries

1 entries across 1 versions & 1 rubygems

Version Path
gi_job-0.1.3 lib/generators/gi_job/install/templates/schemas/gi_job_files.schema