github.com/pingcap/br@v5.3.0-alpha.0.20220125034240-ec59c7b6ce30+incompatible/tests/lightning_auto_random_default/data/auto_random.t-schema.sql (about) 1 /*!40103 SET TIME_ZONE='+00:00' */; 2 CREATE TABLE `t` ( 3 `id` bigint unsigned primary key clustered auto_random, 4 `s` varchar(32) 5 ) ENGINE=InnoDB DEFAULT CHARSET=utf8 COLLATE=utf8_bin;