2 lines
84 B
MySQL
2 lines
84 B
MySQL
|
ALTER TABLE vn.buy MODIFY COLUMN buyingValue decimal(10,4) DEFAULT 0.0000 NOT NULL;
|