mirror of
https://github.com/didi/KnowStreaming.git
synced 2025-12-24 11:52:08 +08:00
删除无效字段
This commit is contained in:
@@ -51,7 +51,6 @@ CREATE TABLE `ks_km_cluster_balance_job` (
|
|||||||
`total_reassign_size` double NOT NULL DEFAULT '0' COMMENT '总迁移大小',
|
`total_reassign_size` double NOT NULL DEFAULT '0' COMMENT '总迁移大小',
|
||||||
`total_reassign_replica_num` int(16) NOT NULL DEFAULT '0' COMMENT '总迁移副本数',
|
`total_reassign_replica_num` int(16) NOT NULL DEFAULT '0' COMMENT '总迁移副本数',
|
||||||
`move_in_topic_list` varchar(4096) NOT NULL DEFAULT '' COMMENT '移入topic',
|
`move_in_topic_list` varchar(4096) NOT NULL DEFAULT '' COMMENT '移入topic',
|
||||||
`move_broker_list` varchar(1024) NOT NULL DEFAULT '' COMMENT '移除节点',
|
|
||||||
`broker_balance_detail` text COMMENT '节点均衡详情',
|
`broker_balance_detail` text COMMENT '节点均衡详情',
|
||||||
`status` int(16) NOT NULL DEFAULT '0' COMMENT '任务状态 1:进行中,2:准备,3,成功,4:失败,5:取消',
|
`status` int(16) NOT NULL DEFAULT '0' COMMENT '任务状态 1:进行中,2:准备,3,成功,4:失败,5:取消',
|
||||||
`creator` varchar(64) NOT NULL DEFAULT '' COMMENT '操作人',
|
`creator` varchar(64) NOT NULL DEFAULT '' COMMENT '操作人',
|
||||||
|
|||||||
Reference in New Issue
Block a user