CREATE TABLE `mysql_binlog_error_818` (
`seq_id` bigint(20) NOT NULL AUTO_INCREMENT COMMENT '主键',
`aa_ids` json DEFAULT NULL,
`bb_ids` json DEFAULT NULL,
PRIMARY KEY (`seq_id`),
KEY `ix_aa_ids_value` ((cast(json_extract(`aa_ids`,_utf8mb4'$[*]') as char(64) array))),
KEY `ix_bb_ids_value` ((cast(json_extract(`bb_ids`,_utf8mb4'$[*]') as char(64) array)))
) ENGINE=InnoDB AUTO_INCREMENT=1 DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_0900_ai_ci COMMENT='表'
binlog解析mysql-8.0.18-error
于 2023-08-22 15:20:21 首次发布
255

被折叠的 条评论
为什么被折叠?



