MySQL的主鍵,索引設置和添加

PRI primary key 表示主鍵,唯一 寫法: id bigint(20) unsigned primary key not null , uni UNIQUE 表示唯一 寫法 id bigint(20) unsigned UNIQUE default NULL mul 添加了索引 寫法: alter table test add index
相關文章
相關標籤/搜索