Koha::Schema::Result::TicketUpdate
ticket_updates
data_type: 'integer' is_auto_increment: 1 is_nullable: 0
primary key
data_type: 'integer' is_foreign_key: 1 is_nullable: 0
id of catalog ticket the update relates to
data_type: 'integer' default_value: 0 is_foreign_key: 1 is_nullable: 0
id of the user who logged the update
data_type: 'integer' is_foreign_key: 1 is_nullable: 1
id of the user who this ticket was assigned to at this update
data_type: 'tinyint' default_value: 0 is_nullable: 0
boolean flag to denote whether this update is public
data_type: 'timestamp' datetime_undef_if_invalid: 1 default_value: current_timestamp is_nullable: 0
date and time this update was logged
data_type: 'text' is_nullable: 0
update message content
data_type: 'varchar' is_nullable: 1 size: 80
status of ticket at this update
Type: belongs_to
Related object: Koha::Schema::Result::Borrower
Type: belongs_to
Related object: Koha::Schema::Result::Ticket
Type: belongs_to
Related object: Koha::Schema::Result::Borrower