<<

NAME

Koha::Schema::Result::ErmAgreementPeriod

TABLE: erm_agreement_periods

ACCESSORS

agreement_period_id

  data_type: 'integer'
  is_auto_increment: 1
  is_nullable: 0

primary key

agreement_id

  data_type: 'integer'
  is_foreign_key: 1
  is_nullable: 0

link to the agreement

started_on

  data_type: 'date'
  datetime_undef_if_invalid: 1
  is_nullable: 0

start of the agreement period

ended_on

  data_type: 'date'
  datetime_undef_if_invalid: 1
  is_nullable: 1

end of the agreement period

cancellation_deadline

  data_type: 'date'
  datetime_undef_if_invalid: 1
  is_nullable: 1

Deadline for the cancellation

notes

  data_type: 'mediumtext'
  is_nullable: 1

notes about this period

PRIMARY KEY

RELATIONS

agreement

Type: belongs_to

Related object: Koha::Schema::Result::ErmAgreement

<<