Sha256: e6450b1ab8b49b34df160903cfd0359615f9d7ea0f88f9eb34ac33b6f18ec221

Contents?: true

Size: 468 Bytes

Versions: 1

Compression:

Stored size: 468 Bytes

Contents

create_table "gi_job_logs", id: :bigint, unsigned: true, force: :cascade, options: "ENGINE=InnoDB DEFAULT CHARSET=utf8mb4" do |t|
  t.references       "gi_job_transaction"
  t.integer          "level",          default: 100, null: false
  t.integer          "position"
  t.string           "division"
  t.text             "description"
  t.timestamps
end

add_index "gi_job_logs", ["gi_job_transaction_id", "level", "division"], name: "gi_job_logs_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_logs.schema