zjcnb commented on issue #12510: URL: https://github.com/apache/shardingsphere/issues/12510#issuecomment-921586628
> @zjcnb just very simple table. > > ``` > CREATE TABLE `trainee_center_info` ( > `id` BIGINT(20) NOT NULL, > `name` VARCHAR(50) NULL DEFAULT NULL COLLATE 'utf8mb4_bin', > `centerId` BIGINT(20) NULL DEFAULT NULL, > PRIMARY KEY (`id`) USING BTREE > ) > COLLATE='utf8mb4_bin' > ENGINE=InnoDB > ; > ``` got it. -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to the specific comment. To unsubscribe, e-mail: [email protected] For queries about this service, please contact Infrastructure at: [email protected]
