Files
tidb/lightning/tests/lightning_incremental/data/incr.auto_random-schema.sql
2024-04-02 04:24:23 +00:00

6 lines
186 B
SQL

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