【轉自網路】https://my.oschina.net/cers/blog/292191 PK Belongs to primary key 作為主鍵 NN Not Null 非空 UQ Unique index 不能重覆 BIN Is binary column 存放二進位數據的列 UN Uns ...
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 自增長