dym254661025 commented on issue #19961:
URL: 
https://github.com/apache/shardingsphere/issues/19961#issuecomment-1207697215

   DDL
   CREATE TABLE `test_record_202205` (
     `id` bigint(20) NOT NULL,
     `point_id` bigint(20) NOT NULL,
     `str` varchar(255) DEFAULT NULL,
     `time` datetime DEFAULT NULL,
     PRIMARY KEY (`id`),
     KEY `point_id` (`point_id`,`str`)
   ) ENGINE=InnoDB DEFAULT CHARSET=utf8;


-- 
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]

Reply via email to