<<

NAME

Koha::Schema::Result::ErmAgreementRelationship

TABLE: erm_agreement_relationships

ACCESSORS

agreement_id

  data_type: 'integer'
  is_foreign_key: 1
  is_nullable: 0

link to the agreement

related_agreement_id

  data_type: 'integer'
  is_foreign_key: 1
  is_nullable: 0

link to the related agreement

relationship

  data_type: 'enum'
  extra: {list => ["supersedes","is-superseded-by","provides_post-cancellation_access_for","has-post-cancellation-access-in","tracks_demand-driven_acquisitions_for","has-demand-driven-acquisitions-in","has_backfile_in","has_frontfile_in","related_to"]}
  is_nullable: 0

relationship between the two agreements

notes

  data_type: 'mediumtext'
  is_nullable: 1

notes about this relationship

PRIMARY KEY

RELATIONS

agreement

Type: belongs_to

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

related_agreement

Type: belongs_to

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

<<