NAME
ETLp::Schema::Result::EtlpItem
ACCESSORS
item_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]}
job_id
data_type: 'integer'
is_foreign_key: 1
is_nullable: 0
original: {data_type => "number",size => [38,0]}
phase_id
data_type: 'integer'
is_foreign_key: 1
is_nullable: 0
original: {data_type => "number",size => [38,0]}
item_name
data_type: 'varchar2'
is_nullable: 0
size: 255
item_type
data_type: 'varchar2'
is_nullable: 0
size: 30
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_file_processes
Type: has_many
Related object: ETLp::Schema::Result::EtlpFileProcess
phase
Type: belongs_to
Related object: ETLp::Schema::Result::EtlpPhase
job
Type: belongs_to
Related object: ETLp::Schema::Result::EtlpJob
status
Type: belongs_to
Related object: ETLp::Schema::Result::EtlpStatus