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 213 点赞 3 评论 322 浏览