Chinaunix首页 | 论坛 | 博客
  • 博客访问: 88929
  • 博文数量: 31
  • 博客积分: 886
  • 博客等级: 准尉
  • 技术积分: 245
  • 用 户 组: 普通用户
  • 注册时间: 2011-01-02 10:45
文章分类

全部博文(31)

文章存档

2011年(31)

我的朋友

分类: Mysql/postgreSQL

2011-01-15 19:09:32

  1. - PK: primary key (column is part of a pk)
  2. - NN: not null (column is nullable)
  3. - UQ: unique (column is part of a unique key)
  4. - AI: auto increment (the column is auto incremented when rows are inserted)
  5. [additional data type flags, depend on used data type]
  6. - BIN: binary (if dt is a blob or similar, this indicates that is binary data, rather than text)
  7. - UN: unsigned (for integer types, see docs: “10.2. Numeric Types”)
  8. - ZF: zero fill (rather a display related flag, see docs: “10.2. Numeric Types”)

阅读(3695) | 评论(0) | 转发(0) |
给主人留下些什么吧!~~