fixed 链接错误

This commit is contained in:
兔姬桑
2020-08-05 23:39:48 +08:00
parent 76cf653ef5
commit f0413230d4
6 changed files with 33 additions and 30 deletions

View File

@@ -1254,7 +1254,7 @@ CREATE TABLE `ss_node_ip`
`user_id` INT(10) UNSIGNED NOT NULL DEFAULT '0' COMMENT '用户ID',
`port` SMALLINT(5) UNSIGNED NOT NULL DEFAULT '0' COMMENT '端口',
`type` CHAR(3) NOT NULL DEFAULT 'tcp' COMMENT '类型all、tcp、udp',
`ip` TEXT COMMENT '连接IP每个IP用,号隔开',
`ip` JSON COMMENT '用户连接IP',
`created_at` INT(10) UNSIGNED NOT NULL DEFAULT '0' COMMENT '上报时间',
PRIMARY KEY (`id`),
KEY `idx_port` (`port`),