NAME
ETLp::Schema::Result::EtlpSection
ACCESSORS
section_id
data_type: 'integer'
is_nullable: 0
original: {data_type => "number",size => [38,0]}
config_id
data_type: 'integer'
is_foreign_key: 1
is_nullable: 0
original: {data_type => "number",size => [38,0]}
section_name
data_type: 'varchar2'
is_nullable: 0
size: 255
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_jobs
Type: has_many
Related object: ETLp::Schema::Result::EtlpJob
config
Type: belongs_to
Related object: ETLp::Schema::Result::EtlpConfiguration
etlp_schedules
Type: has_many
Related object: ETLp::Schema::Result::EtlpSchedule