<<

NAME

Koha::Schema::Result::ErmAgreementLicense

TABLE: erm_agreement_licenses

ACCESSORS

agreement_license_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

license_id

  data_type: 'integer'
  is_foreign_key: 1
  is_nullable: 0

link to the license

status

  data_type: 'varchar'
  is_nullable: 0
  size: 80

current status of the license

physical_location

  data_type: 'varchar'
  is_nullable: 1
  size: 80

physical location of the license

notes

  data_type: 'mediumtext'
  is_nullable: 1

notes about this license

uri

  data_type: 'varchar'
  is_nullable: 1
  size: 255

URI of the license

PRIMARY KEY

UNIQUE CONSTRAINTS

erm_agreement_licenses_uniq

RELATIONS

agreement

Type: belongs_to

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

license

Type: belongs_to

Related object: Koha::Schema::Result::ErmLicense

<<