Koha::Schema::Result::ErmAgreementLicense
erm_agreement_licenses
data_type: 'integer' is_auto_increment: 1 is_nullable: 0
primary key
data_type: 'integer' is_foreign_key: 1 is_nullable: 0
link to the agreement
data_type: 'integer' is_foreign_key: 1 is_nullable: 0
link to the license
data_type: 'varchar' is_nullable: 0 size: 80
current status of the license
data_type: 'varchar' is_nullable: 1 size: 80
physical location of the license
data_type: 'mediumtext' is_nullable: 1
notes about this license
data_type: 'varchar' is_nullable: 1 size: 255
URI of the license
erm_agreement_licenses_uniq
Type: belongs_to
Related object: Koha::Schema::Result::ErmAgreement
Type: belongs_to
Related object: Koha::Schema::Result::ErmLicense