salix/db/versions/10950-greenArborvitae/00-firstScript.sql

4 lines
169 B
MySQL
Raw Permalink Normal View History

2024-03-13 12:20:14 +00:00
-- 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));