mysql 添加枚举字段

2024年11月16日 06:42
有1个网友回答
网友(1):

ALTER TABLE table_name ADD col_name ENUM("0","1","2","3") NOT NULL DEFAULT "0";