通过 MySQL 官网文档 [1] 可知: MySQL 8.0.20 之前的版本 ... CREATE TABLE `t` ( `id` int NOT NULL AUTO_INCREMENT, `create_date` datetime DEFAULT NULL, `status` int DEFAULT NULL, `col1` varchar(50) DEFAULT NULL, ...