This commit is contained in:
shoopea 2019-05-25 20:24:06 +08:00
parent fab9d3da73
commit ae8b2ae66c

2
sql.go
View File

@ -276,7 +276,7 @@ func initDB() {
obj_id BIGINT UNSIGNED NOT NULL obj_id BIGINT UNSIGNED NOT NULL
,priority SMALLINT NOT NULL ,priority SMALLINT NOT NULL
,user_id BIGINT UNSIGNED NOT NULL ,user_id BIGINT UNSIGNED NOT NULL
,sesssion_id SMALLINT ,session_id SMALLINT
,status SMALLINT NOT NULL ,status SMALLINT NOT NULL
,schedule DATETIME NOT NULL ,schedule DATETIME NOT NULL
,is_done TINYINT NOT NULL ,is_done TINYINT NOT NULL