unsignedtinyint 与 tinyint unsignedtinyint 与 tinyintCREATE TABLE `ttt_test` ( `name` tinyint(2) unsigned DEFAULT NULL, `age` double DEFAULT NULL) ENGINE=InnoDB DEFAULT CHARSET=utf8; Other 2023-11-23 220 点赞 3 评论 333 浏览