The Perl Toolchain Summit needs more sponsors. If your company depends on Perl, please support this very important event.

NAME

ETLp::Schema::Result::EtlpSchedule

ACCESSORS

schedule_id

  is_auto_increment: 1

section_id

  data_type: 'integer'
  is_foreign_key: 1
  is_nullable: 0
  original: {data_type => "number",size => [38,0]}

user_updated

  data_type: 'integer'
  is_foreign_key: 1
  is_nullable: 0
  original: {data_type => "number",size => [38,0]}

user_created

  data_type: 'integer'
  is_foreign_key: 1
  is_nullable: 0
  original: {data_type => "number",size => [38,0]}

schedule_description

  data_type: 'clob'
  is_nullable: 1

schedule_comment

  data_type: 'clob'
  is_nullable: 1

status

  data_type: 'integer'
  default_value: 1
  is_nullable: 0
  original: {data_type => "number",size => [38,0]}

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

user_created

Type: belongs_to

Related object: ETLp::Schema::Result::EtlpUser

section

Type: belongs_to

Related object: ETLp::Schema::Result::EtlpSection

user_updated

Type: belongs_to

Related object: ETLp::Schema::Result::EtlpUser

etlp_schedule_days_of_month

Type: has_many

Related object: ETLp::Schema::Result::EtlpScheduleDayOfMonth

etlp_schedule_days_of_week

Type: has_many

Related object: ETLp::Schema::Result::EtlpScheduleDayOfWeek

etlp_schedule_hours

Type: has_many

Related object: ETLp::Schema::Result::EtlpScheduleHour

etlp_schedule_minutes

Type: has_many

Related object: ETLp::Schema::Result::EtlpScheduleMinute

etlp_schedule_months

Type: has_many

Related object: ETLp::Schema::Result::EtlpScheduleMonth