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 161 点赞 2 评论 243 浏览