REM:
1. 修改数据库currentStatus字段的描述
This commit is contained in:
chenlinghy 2020-07-14 09:37:42 +08:00
parent 5e06bd5ff9
commit 2a4c655e00
1 changed files with 1 additions and 1 deletions

View File

@ -58,7 +58,7 @@ CREATE TABLE `dispose_task`
`flowDirection` int(11) NULL DEFAULT 2 COMMENT '流量方向, 0流入1流出2双向',
`attackType` varchar(1024) CHARACTER SET utf8 COLLATE utf8_general_ci NULL DEFAULT '0' COMMENT '攻击类型默认0 全部攻击',
`flowBandWidth` int(10) UNSIGNED NULL DEFAULT 1024 COMMENT '攻击流量占用带宽',
`currentStatus` int(11) NOT NULL DEFAULT 0 COMMENT '状态0停止。1启动',
`currentStatus` int(11) NOT NULL DEFAULT 0 COMMENT '状态0新建1运行中2停止3停止4删除',
PRIMARY KEY (`id`) USING BTREE,
INDEX `dispose_task_device_capacity_id_fk` (`type`) USING BTREE,
INDEX `dispose_task_user_account_id_fk` (`accountId`) USING BTREE,