PK:primary key 主键

NN:not null 非空

UQ:unique 唯一索引

BIN:binary 二进制数据(比text更大)

UN:unsigned 无符号(非负数)

ZF:zero fill 填充0 例如字段内容是1 int(4), 则内容显示为0001 

AI:auto increment 自增

相关文章:

  • 2021-06-12
  • 2021-12-05
  • 2021-11-22
  • 2022-12-23
  • 2022-12-23
  • 2021-06-23
  • 2021-07-08
猜你喜欢
  • 2021-06-02
  • 2022-01-08
  • 2021-09-06
  • 2022-12-23
  • 2022-12-23
相关资源
相似解决方案