Files
tidb/lightning/tests/lightning_alter_random/data/alter_random.t-schema.sql
2024-04-02 04:24:23 +00:00

5 lines
158 B
SQL

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