【workbench】workbench建表,基本字段類型標識

PK:primary key 主鍵 NN:not null 非空 UQ:unique 唯一索引 BIN:binary 二進制數據(比text更大) UN:unsigned 無符號(非負數) ZF:zero fill 填充0 例如字段內容是1 int(4), 則內容顯示爲0001 AI:auto increment 自增 G: Generated Column mysql5.7新特性:這一列由其他列
相關文章
相關標籤/搜索