refs #7342 Modify decimal item plastic #2440

Merged
ivanm merged 1 commits from 7342-IntToDec-Item-Plastic into dev 2024-05-10 13:50:52 +00:00
1 changed files with 3 additions and 0 deletions

View File

@ -0,0 +1,3 @@
ALTER TABLE vn.item
MODIFY nonRecycledPlastic DECIMAL(10,2) DEFAULT NULL NULL,
MODIFY recycledPlastic DECIMAL(10,2) DEFAULT NULL NULL;