CREATE TABLE `REG_DIVORCIO_PD` ( `id_registro` LONGTEXT NOT NULL, … PRIMARY KEY (`id_registro`(10)), KEY `PK_DIVORCIO` (`id_registro`(10)) ) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 ...
Hi, i configured the emebed connector to replicate a database from mysql to clickhouse, but i am getting the following error with the _version field: ...