November 07 2013

Mysql Workbench flags column meaning

Tagged Under :

MySQL
In MySQL Workbench alter table there have 7 column flags available: PK, NN, UQ, BIN, UN, ZF and AI.
Those short code meaning are.
PK Primary Key
NN Not Null
BIN Binary
UN Unsigned
UQ Create/remove Unique Key
ZF Zero-Filled
AI Auto Incremenent

Make a Comment

You must be logged in to post a comment.