NAME
ETLp::Schema::Result::EtlpJob
ACCESSORS
job_id
data_type: 'integer'
is_nullable: 0
original: {data_type => "number",size => [38,0]}
status_id
data_type: 'integer'
is_foreign_key: 1
is_nullable: 0
original: {data_type => "number",size => [38,0]}
section_id
data_type: 'integer'
is_foreign_key: 1
is_nullable: 0
original: {data_type => "number",size => [38,0]}
session_id
data_type: 'integer'
is_nullable: 1
original: {data_type => "number",size => [38,0]}
process_id
data_type: 'integer'
is_nullable: 0
original: {data_type => "number",size => [38,0]}
message
data_type: 'clob'
is_nullable: 1
date_created
data_type: 'datetime'
is_nullable: 0
original: {data_type => "date"}
date_updated
data_type: 'datetime'
is_nullable: 0
original: {data_type => "date"}
RELATIONS
etlp_items
Type: has_many
Related object: ETLp::Schema::Result::EtlpItem
status
Type: belongs_to
Related object: ETLp::Schema::Result::EtlpStatus
section
Type: belongs_to
Related object: ETLp::Schema::Result::EtlpSection