PK
Belongs to primary key
作為主鍵
NN
Not Null
非空
UQ
Unique index
不能重復
BIN
Is binary column
存放二進制數據的列
UN
Unsigned data type
無符號數據類型(需要整數形數據)
ZF
Fill up values for that column with 0's if it is numeric
填充0位(例如指定3位小數,整數18就會變成18.000)
AI
Auto Incremental
自增長