Welcome to kimi's blog

摘要: 字段之约束条件 MySQL字段之约束条件 无符号、零填充 1.unsigned create table t6(id tinyint unsigned); # 取消正负号 insert into t6 values(-129),(128),(1000); 2.zerofill create tabl 阅读全文
posted @ 2022-11-24 21:48 魔女宅急便 阅读(74) 评论(0) 推荐(0)
Title