
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 |


| PK | Primary Key |
| NN | Not Null |
| BIN | Binary |
| UN | Unsigned |
| UQ | Create/remove Unique Key |
| ZF | Zero-Filled |
| AI | Auto Incremenent |
You must be logged in to post a comment.