Koha::Schema::Result::IllbatchStatus
illbatch_statuses
data_type: 'integer' is_auto_increment: 1 is_nullable: 0
Status ID
data_type: 'varchar' is_nullable: 0 size: 100
Name of status
data_type: 'varchar' is_nullable: 0 size: 20
Unique, immutable code for status
data_type: 'tinyint' is_nullable: 1
Is this status required for system operation
u_illbatchstatuses__code
Type: has_many
Related object: Koha::Schema::Result::Illbatch