博客
关于我
强烈建议你试试无所不能的chatGPT,快点击我
mysql workbench 建表时 PK,NN,UQ,BIN,UN,ZF,AI解释
阅读量:5215 次
发布时间:2019-06-14

本文共 566 字,大约阅读时间需要 1 分钟。

mysql workbench 建表时 - PK: primary key (column is part of a pk) 主键- NN: not null (column is nullable) 非空- UQ: unique (column is part of a unique key) 唯一- AI: auto increment (the column is auto incremented when rows are inserted) 自增- BIN: binary (if dt is a blob or similar, this indicates that is binary data, rather than text) 二进制(比text更大的二进制数据)- UN: unsigned (for integer types, see docs: “10.2. Numeric Types”) 整数- ZF: zero fill (rather a display related flag, see docs: “10.2. Numeric Types”)值中最有意义的字节总为0,并且不保存。

 

 

转载于:https://www.cnblogs.com/CnKker/p/4094851.html

你可能感兴趣的文章
《代码阅读方法与实现》阅读笔记一
查看>>
ActiveMQ配置使用 for CentOS6
查看>>
解决 sublime text3 运行python文件无法input的问题
查看>>
javascript面相对象编程,封装与继承
查看>>
字符的相加输出
查看>>
bitnami openedx安装的各种坑及痛苦经历
查看>>
用CMake设置Visual Studio工程中第三方库
查看>>
Python Django连接(听明白了是连接不是创建!)Mysql已存在的数据库
查看>>
PYTHON 基本运算符及编码发展简史
查看>>
poj 1741 树的分治
查看>>
最长递增子序列的数量 51Nod - 1376
查看>>
Ubuntu17.04下安装vmware虚拟机
查看>>
软件开发方法
查看>>
数据结构&算法实践—【排序|插入排序】插入排序
查看>>
linux下配置固定ip
查看>>
MsSql 游标 修改字段两个表关联 表向另个表插入记录
查看>>
Atlas命名空间Sys.Data下控件介绍——DataColumn,DataRow和DataTable
查看>>
一个简单驱动的makefile
查看>>
《宁夏文学六十年》读后
查看>>
几款实力很强的小工具,提高Windows使用效率
查看>>