MySQL表的约束及创建表约束方法# 约束
# unsigned 设置某一个数字无符号
# not null 某一个字段不能为空
# default 给某个字段设置默认值
# unique 设置某一个字段
2024-01-30