美文网首页
mysql workbench PK NN UQ BIN UN

mysql workbench PK NN UQ BIN UN

作者: George_Zeng | 来源:发表于2016-12-23 10:13 被阅读0次

PK Belongs to primary key 作为主键
NN Not Null 非空
UQ Unique index 不能重复
BIN Is binary column 存放二进制数据的列
UN Unsigned data type 无符号数据类型(需要整数形数据)
ZF Fill up values for that column with 0's if it is numeric 填充0位(例如指定3位小数,整数18就会变成18.000)
AI Auto Incremental 自增长

相关文章

网友评论

      本文标题:mysql workbench PK NN UQ BIN UN

      本文链接:https://www.haomeiwen.com/subject/bbckvttx.html