Koha::Schema::Result::AqbooksellerIssue
aqbookseller_issues
data_type: 'integer' is_auto_increment: 1 is_nullable: 0
primary key and unique identifier assigned by Koha
data_type: 'integer' is_foreign_key: 1 is_nullable: 0
link to the vendor
data_type: 'varchar' is_nullable: 1 size: 80
type of the issue, authorised value VENDOR_ISSUE_TYPE
data_type: 'date' datetime_undef_if_invalid: 1 is_nullable: 1
start of the issue
data_type: 'date' datetime_undef_if_invalid: 1 is_nullable: 1
end of the issue
data_type: 'longtext' is_nullable: 1
notes
Type: belongs_to
Related object: Koha::Schema::Result::Aqbookseller