Koha::Schema::Result::ErmLicense
erm_licenses
data_type: 'integer' is_auto_increment: 1 is_nullable: 0
primary key
data_type: 'integer' is_foreign_key: 1 is_nullable: 1
foreign key to aqbooksellers
data_type: 'varchar' is_nullable: 0 size: 255
name of the license
data_type: 'longtext' is_nullable: 1
description of the license
data_type: 'varchar' is_nullable: 0 size: 80
type of the license
data_type: 'varchar' is_nullable: 0 size: 80
current status of the license
data_type: 'date' datetime_undef_if_invalid: 1 is_nullable: 1
start of the license
data_type: 'date' datetime_undef_if_invalid: 1 is_nullable: 1
end of the license
Type: has_many
Related object: Koha::Schema::Result::ErmAgreementLicense
Type: has_many
Related object: Koha::Schema::Result::ErmDocument
Type: has_many
Related object: Koha::Schema::Result::ErmUserRole
Type: belongs_to
Related object: Koha::Schema::Result::Aqbookseller