2 lines
88 B
MySQL
2 lines
88 B
MySQL
|
ALTER TABLE vn.supplier MODIFY COLUMN isSerious tinyint(1) unsigned DEFAULT 0 NOT NULL;
|