Koha::Schema::Result::Desk
desks
data_type: 'integer' is_auto_increment: 1 is_nullable: 0
unique identifier
data_type: 'varchar' default_value: (empty string) is_nullable: 0 size: 100
name of the desk
data_type: 'varchar' is_foreign_key: 1 is_nullable: 0 size: 10
library the desk is located at
Type: belongs_to
Related object: Koha::Schema::Result::Branch
Type: has_many
Related object: Koha::Schema::Result::Reserve