Skip to content
Snippets Groups Projects
Commit 1393012b authored by Will Spooner's avatar Will Spooner
Browse files

Added status col to blast_ticket

parent 6a0fe81f
No related branches found
No related tags found
No related merge requests found
......@@ -28,6 +28,7 @@ CREATE TABLE blast_ticket (
update_time datetime NOT NULL default '0000-00-00 00:00:00',
ticket varchar(32) NOT NULL default '',
object longblob,
status enum('CURRENT','DELETED') NOT NULL default 'CURRENT',
PRIMARY KEY (ticket_id),
UNIQUE KEY ticket (ticket),
KEY create_time (create_time),
......
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment