2 lines
84 B
MySQL
2 lines
84 B
MySQL
|
ALTER TABLE vn.`zone` MODIFY COLUMN price double DEFAULT 0 NOT NULL CHECK(price>0);
|