Files
tidb/br/tests/lightning_auto_random_default/data/auto_random.t-schema.sql
2021-08-06 00:17:12 +08:00

6 lines
186 B
SQL

/*!40103 SET TIME_ZONE='+00:00' */;
CREATE TABLE `t` (
`id` bigint unsigned primary key clustered auto_random,
`s` varchar(32)
) ENGINE=InnoDB DEFAULT CHARSET=utf8 COLLATE=utf8_bin;