mirror of
https://github.com/itflow-org/itflow
synced 2026-02-28 02:44:53 +00:00
Add ticket_source field for future use (agent/portal/email)
This commit is contained in:
1
db.sql
1
db.sql
@@ -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,
|
||||
|
||||
Reference in New Issue
Block a user