3 lines
78 B
MySQL
3 lines
78 B
MySQL
|
ALTER TABLE vn.supplier ADD companySize ENUM('small', 'medium', 'big') NULL;
|
||
|
|