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