2 lines
95 B
MySQL
2 lines
95 B
MySQL
|
ALTER TABLE vn.entry CHANGE isExcludedFromAvailable isInventory tinyint(1) DEFAULT 0 NOT NULL;
|