博客
关于我
强烈建议你试试无所不能的chatGPT,快点击我
MySQL Workbench建表时PK, NN, UQ, BIN, UN, ZF, AL的意思
阅读量:4172 次
发布时间:2019-05-26

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

[intrinsic column flags]
- 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)
[additional data type flags, depend on used data type]
- BIN: binary (if dt is a blob or similar, this indicates that is binary data, rather than 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”)

转载地址:http://agbai.baihongyu.com/

你可能感兴趣的文章
Java分布式面试题集合(收藏篇)
查看>>
除了负载均衡,Nginx 能做的真是太强大了!
查看>>
微博千万级规模高性能高并发的网络架构设计
查看>>
为什么Java后端开发没有大规模采用Kotlin?
查看>>
皮皮爆肝 32 道高频 JVM 面试题(附答案)
查看>>
详解nacos注册中心服务注册流程
查看>>
不懂 Zookeeper?没关系,看这篇就够了
查看>>
Spring Cloud 中 Zuul 网关原理及其配置,看它就够了!
查看>>
1.2W 字的 SQL 语法速成手册
查看>>
19 张图概览 Spring Cloud
查看>>
高并发、高可用、高可靠微服务架构7大顶级设计思维模型
查看>>
初探InnoDB存储引擎的架构设计
查看>>
今日头条技术架构分析
查看>>
Java工程师的进阶之路 Kafka篇
查看>>
巧用二进制,让性能提升100倍,让存储空间减少100倍
查看>>
Java单例模式实现,一次性学完整,面试加分项
查看>>
大型分布式网站架构总结
查看>>
死磕18个Java8日期处理,工作必用!收藏起来~
查看>>
【建议收藏】Spring Boot注解全梳理!
查看>>
卧槽!牛皮了,头一次见有大佬把TCP三次握手四次挥手解释的这么明白
查看>>