摘要: 不指定符号类型的情况,比如: `relation_type` tinyint(1) DEFAULT NULL COMMENT '关联类型' 存储的数字范围是:-128 - 127。 指定符号类型的情况,比如: `relation_type` tinyint(1) unsigned DEFAULT N 阅读全文
posted @ 2021-10-03 10:26 田青2011 阅读(1139) 评论(0) 推荐(0)