Koha::Schema::Result::ErmDocument
erm_documents
data_type: 'integer' is_auto_increment: 1 is_nullable: 0
primary key
data_type: 'integer' is_foreign_key: 1 is_nullable: 1
link to the agreement
data_type: 'integer' is_foreign_key: 1 is_nullable: 1
link to the license
data_type: 'varchar' is_nullable: 1 size: 255
name of the file
data_type: 'varchar' is_nullable: 1 size: 255
type of the file
data_type: 'varchar' is_nullable: 1 size: 255
description of the file
data_type: 'longblob' is_nullable: 1
the content of the file
data_type: 'datetime' datetime_undef_if_invalid: 1 is_nullable: 1
datetime when the file as attached
data_type: 'varchar' is_nullable: 1 size: 255
physical location of the document
data_type: 'varchar' is_nullable: 1 size: 255
URI of the document
data_type: 'mediumtext' is_nullable: 1
notes about this relationship
Type: belongs_to
Related object: Koha::Schema::Result::ErmAgreement
Type: belongs_to
Related object: Koha::Schema::Result::ErmLicense