mysql数据库利用MYSQL Workbench缩写
PK:primary key (主键)
NN:not null (非空)
UQ: unique (唯一)
AL:auto increment (自增长)
BIN: binary 二进制
UN:unsigned 整数
ZF:zero fill 值中最有意义的字节总为0,并且不保存
PK:primary key (主键)
NN:not null (非空)
UQ: unique (唯一)
AL:auto increment (自增长)
BIN: binary 二进制
UN:unsigned 整数
ZF:zero fill 值中最有意义的字节总为0,并且不保存