补充磁盘自动建表字段
This commit is contained in:
+1
@@ -223,6 +223,7 @@ PUBLIC "-//mybatis.org//DTD Mapper 3.0//EN"
|
|||||||
`type` varchar(255) COMMENT '磁盘类型',
|
`type` varchar(255) COMMENT '磁盘类型',
|
||||||
`used_space` bigint(20) COMMENT '已用空间',
|
`used_space` bigint(20) COMMENT '已用空间',
|
||||||
`health_status` int(2) COMMENT '健康状态(0-不健康,1-健康)',
|
`health_status` int(2) COMMENT '健康状态(0-不健康,1-健康)',
|
||||||
|
`health_score` int(10) COMMENT '健康分数',
|
||||||
PRIMARY KEY (`id`),
|
PRIMARY KEY (`id`),
|
||||||
UNIQUE KEY uk_client_disk_time (`client_id`, `name`, `create_time`),
|
UNIQUE KEY uk_client_disk_time (`client_id`, `name`, `create_time`),
|
||||||
INDEX idx_clent_type_time(`client_id`, `create_time`, `type`)
|
INDEX idx_clent_type_time(`client_id`, `create_time`, `type`)
|
||||||
|
|||||||
Reference in New Issue
Block a user