Add ticket_source field for future use (agent/portal/email)

This commit is contained in:
Marcus Hill 2023-04-10 18:58:06 +01:00
parent 2f19967a0d
commit c55d2a8cda
1 changed files with 1 additions and 0 deletions

1
db.sql
View File

@ -1280,6 +1280,7 @@ CREATE TABLE `tickets` (
`ticket_id` int(11) NOT NULL AUTO_INCREMENT,
`ticket_prefix` varchar(200) DEFAULT NULL,
`ticket_number` int(11) NOT NULL,
`ticket_source` varchar(255) DEFAULT NULL,
`ticket_category` varchar(200) DEFAULT NULL,
`ticket_subject` varchar(200) NOT NULL,
`ticket_details` longtext NOT NULL,