By using db<>fiddle, you agree to license everything you submit by Creative Commons CC0.
| Table | Create Table |
|---|---|
| test1 | CREATE TABLE `test1` ( `id` int DEFAULT NULL, UNIQUE KEY `id` (`id`) ) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_0900_ai_ci |
| Table | Create Table |
|---|---|
| test2 | CREATE TABLE `test2` ( `id` int DEFAULT NULL, UNIQUE KEY `id` (`id`) ) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_0900_ai_ci |