By using db<>fiddle, you agree to license everything you submit by Creative Commons CC0.
Table | Create Table |
---|---|
test | CREATE TABLE `test` ( `id` int DEFAULT NULL ) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_0900_ai_ci |
@sql |
---|
ALTER TABLE test MODIFY COLUMN id INT COMMENT 'saved at 2023-03-10 13:32:32' |
Statement prepared
Records: 0 Duplicates: 0 Warnings: 0
Table | Create Table |
---|---|
test | CREATE TABLE `test` ( `id` int DEFAULT NULL COMMENT 'saved at 2023-03-10 13:32:32' ) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_0900_ai_ci |