Koha::Schema::Result::Ticket
tickets
data_type: 'integer' is_auto_increment: 1 is_nullable: 0
primary key
data_type: 'enum' default_value: 'catalog' extra: {list => ["catalog"]} is_nullable: 0
source of ticket
data_type: 'integer' default_value: 0 is_foreign_key: 1 is_nullable: 0
id of the patron who reported the ticket
data_type: 'timestamp' datetime_undef_if_invalid: 1 default_value: current_timestamp is_nullable: 0
date and time this ticket was reported
data_type: 'text' is_nullable: 0
ticket title
data_type: 'text' is_nullable: 0
ticket details
data_type: 'varchar' is_nullable: 1 size: 80
current status of the ticket
data_type: 'integer' is_foreign_key: 1 is_nullable: 1
id of the user who this ticket is assigned to
data_type: 'integer' is_foreign_key: 1 is_nullable: 1
id of the user who resolved the ticket
data_type: 'datetime' datetime_undef_if_invalid: 1 is_nullable: 1
date and time this ticket was resolved
data_type: 'integer' is_foreign_key: 1 is_nullable: 1
id of biblio linked
Type: belongs_to
Related object: Koha::Schema::Result::Borrower
Type: belongs_to
Related object: Koha::Schema::Result::Biblio
Type: belongs_to
Related object: Koha::Schema::Result::Borrower
Type: belongs_to
Related object: Koha::Schema::Result::Borrower
Type: has_many
Related object: Koha::Schema::Result::TicketUpdate