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::Submission

TABLE: submission

ACCESSORS

submission_pi

  data_type: 'integer'
  is_auto_increment: 1
  is_nullable: 0

project

  data_type: 'text'
  is_nullable: 1

submission_meta

  data_type: 'text'
  is_nullable: 1

total_processes

  data_type: 'integer'
  is_nullable: 0

total_batches

  data_type: 'integet'
  is_nullable: 0

submission_time

  data_type: 'text'
  is_nullable: 0

PRIMARY KEY

RELATIONS

jobs

Type: has_many

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