Koha::Schema::Result::CourseItem
course_items
data_type: 'integer' is_auto_increment: 1 is_nullable: 0
course item id
data_type: 'integer' is_foreign_key: 1 is_nullable: 1
items.itemnumber for the item on reserve
data_type: 'integer' is_foreign_key: 1 is_nullable: 0
biblio.biblionumber for the bibliographic record on reserve
data_type: 'varchar' is_nullable: 1 size: 10
new itemtype for the item to have while on reserve (optional)
data_type: 'tinyint' default_value: 0 is_nullable: 0
indicates if itype should be changed while on course reserve
data_type: 'varchar' is_nullable: 1 size: 10
a place to store the itype when item is on course reserve
data_type: 'varchar' is_nullable: 1 size: 80
new category code for the item to have while on reserve (optional)
data_type: 'tinyint' default_value: 0 is_nullable: 0
indicates if ccode should be changed while on course reserve
data_type: 'varchar' is_nullable: 1 size: 80
a place to store the ccode when item is on course reserve
data_type: 'varchar' is_foreign_key: 1 is_nullable: 1 size: 10
new home branch for the item to have while on reserve (optional)
data_type: 'tinyint' default_value: 0 is_nullable: 0
indicates if homebranch should be changed while on course reserve
data_type: 'varchar' is_foreign_key: 1 is_nullable: 1 size: 10
a place to store the homebranch when item is on course reserve
data_type: 'varchar' is_foreign_key: 1 is_nullable: 1 size: 10
new holding branch for the item to have while on reserve (optional)
data_type: 'tinyint' default_value: 0 is_nullable: 0
indicates if itype should be changed while on course reserve
data_type: 'varchar' is_nullable: 1 size: 10
a place to store the holdingbranch when item is on course reserve
data_type: 'varchar' is_nullable: 1 size: 80
new shelving location for the item to have while on reserve (optional)
data_type: 'tinyint' default_value: 0 is_nullable: 0
indicates if itype should be changed while on course reserve
data_type: 'varchar' is_nullable: 1 size: 80
a place to store the location when the item is on course reserve
data_type: 'enum' default_value: 'no' extra: {list => ["yes","no"]} is_nullable: 0
if at least one enabled course has this item on reserve, this field will be 'yes', otherwise it will be 'no'
data_type: 'timestamp' datetime_undef_if_invalid: 1 default_value: current_timestamp is_nullable: 0
itemnumber
Type: belongs_to
Related object: Koha::Schema::Result::Biblio
Type: has_many
Related object: Koha::Schema::Result::CourseReserve
Type: belongs_to
Related object: Koha::Schema::Result::Branch
Type: belongs_to
Related object: Koha::Schema::Result::Branch
Type: belongs_to
Related object: Koha::Schema::Result::Branch
Type: belongs_to
Related object: Koha::Schema::Result::Item