By using db<>fiddle, you agree to license everything you submit by Creative Commons CC0.
| version() |
|---|
| 8.4.3 |
| Table | Create Table |
|---|---|
| foo | CREATE TABLE `foo` ( `data` decimal(10,0) DEFAULT NULL, `other` decimal(10,0) DEFAULT NULL ) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_0900_ai_ci |