github.com/pingcap/br@v5.3.0-alpha.0.20220125034240-ec59c7b6ce30+incompatible/tests/lightning_incremental/data/incr.auto_random-schema.sql (about)

     1  /*!40103 SET TIME_ZONE='+00:00' */;
     2  CREATE TABLE `auto_random` (
     3    `id` bigint primary key clustered auto_random,
     4    v varchar(255)
     5  ) ENGINE=InnoDB DEFAULT CHARSET=utf8 COLLATE=utf8_bin;