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

NAME

ETLp::Schema::Result::EtlpScheduleMonth

ACCESSORS

schedule_month_id

  is_auto_increment: 1

month_id

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

schedule_id

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

RELATIONS

month

Type: belongs_to

Related object: ETLp::Schema::Result::EtlpMonth

schedule

Type: belongs_to

Related object: ETLp::Schema::Result::EtlpSchedule