What do these mean in MySQL? I'm using MySQL workbench and I see I can specify a new column as these... (I noted my guesses)
- PK – (primary key)
- NN – (non null)
- BIN – (binary?)
- UN – (Unicode?)
- ZF- (???)
- AI – (autoincrement?)
Is AI exactly like an Identity specification in MSSQL? (Can I insert a record without specifying the value and it will insert the next available int?)