Koha::Schema::Result::Serial
serial
data_type: 'integer' is_auto_increment: 1 is_nullable: 0
unique key for the issue
data_type: 'integer' is_foreign_key: 1 is_nullable: 0
foreign key for the biblio.biblionumber that this issue is attached to
data_type: 'integer' is_foreign_key: 1 is_nullable: 0
foreign key to the subscription.subscriptionid that this issue is part of
data_type: 'varchar' default_value: (empty string) is_nullable: 0 size: 100
issue information (volume, number, etc)
data_type: 'varchar' is_nullable: 1 size: 100
first part of issue information
data_type: 'varchar' is_nullable: 1 size: 100
second part of issue information
data_type: 'varchar' is_nullable: 1 size: 100
third part of issue information
data_type: 'tinyint' default_value: 0 is_nullable: 0
status code for this issue (see manual for full descriptions)
data_type: 'date' datetime_undef_if_invalid: 1 is_nullable: 1
date expected
data_type: 'mediumtext' is_nullable: 1
notes
data_type: 'date' datetime_undef_if_invalid: 1 is_nullable: 1
date published
data_type: 'varchar' is_nullable: 1 size: 100
date published (descriptive)
data_type: 'date' datetime_undef_if_invalid: 1 is_nullable: 1
date claimed
data_type: 'integer' default_value: 0 is_nullable: 1
number of claims made related to this issue
data_type: 'mediumtext' is_nullable: 1
notes from the routing list
Type: belongs_to
Related object: Koha::Schema::Result::Biblio
Type: has_many
Related object: Koha::Schema::Result::Serialitem
Type: belongs_to
Related object: Koha::Schema::Result::Subscription