mysql鍵值介紹

約束條件:限制字段賦值 NULL:是否容許爲空 key:索引類型 default:默認值 Extra:額外設置 create table t1 (class char(10) ,name char(10) not null, age tinyint not null default 28, likes set("a","b") default "c"); 修改表結構 alter table 表名
相關文章
相關標籤/搜索