feat: refs #7029 packaging #2164

Merged
robert merged 3 commits from 7029-packagingVolumeRestriction into dev 2024-04-22 09:55:47 +00:00
1 changed files with 3 additions and 0 deletions

View File

@ -0,0 +1,3 @@
-- Place your SQL code here
ALTER TABLE vn.packaging
MODIFY COLUMN volume decimal(10,2) CHECK (volume >= COALESCE(width, 1) * COALESCE(depth, 1) * COALESCE(height, 1));