github.com/pingcap/br@v5.3.0-alpha.0.20220125034240-ec59c7b6ce30+incompatible/tests/lightning_alter_random/data/alter_random.t-schema.sql (about)

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