The Perl Toolchain Summit needs more sponsors. If your company depends on Perl, please support this very important event.

NAME

HPC::Runner::Command::Plugin::Logger::Sqlite::Schema::Result::Job

TABLE: jobs

ACCESSORS

job_pi

  data_type: 'integer'
  is_auto_increment: 1
  is_nullable: 0

submission_fk

  data_type: 'integer'
  is_foreign_key: 1
  is_nullable: 0

job_scheduler_id

  data_type: 'text'
  is_nullable: 1

start_time

  data_type: 'text'
  is_nullable: 0

exit_time

  data_type: 'text'
  is_nullable: 0

duration

  data_type: 'text'
  is_nullable: 1

jobs_meta

  data_type: 'text'
  is_nullable: 1

job_name

  data_type: 'text'
  is_nullable: 1

PRIMARY KEY

RELATIONS

submission_fk

Type: belongs_to

Related object: HPC::Runner::Command::Plugin::Logger::Sqlite::Schema::Result::Submission

tasks

Type: has_many

Related object: HPC::Runner::Command::Plugin::Logger::Sqlite::Schema::Result::Task