NAME
HPC::Runner::Command::Plugin::Logger::Sqlite::Schema::Result::Task
TABLE: tasks
ACCESSORS
task_pi
data_type: 'integer'
is_auto_increment: 1
is_nullable: 0
job_fk
data_type: 'integer'
is_foreign_key: 1
is_nullable: 0
pid
data_type: 'integer'
is_nullable: 0
start_time
data_type: 'text'
is_nullable: 0
exit_time
data_type: 'text'
is_nullable: 1
duration
data_type: 'text'
is_nullable: 1
exit_code
data_type: 'integer'
is_nullable: 1
tasks_meta
data_type: 'text'
is_nullable: 1
task_tags
data_type: 'text'
is_nullable: 1
PRIMARY KEY
RELATIONS
job_fk
Type: belongs_to
Related object: HPC::Runner::Command::Plugin::Logger::Sqlite::Schema::Result::Job