fix: refs #7031 remove check
This commit is contained in:
parent
fcaf854c87
commit
fad6f33b7c
|
@ -0,0 +1,2 @@
|
|||
ALTER TABLE `zone` MODIFY COLUMN `price` DECIMAL(10,2) NOT NULL DEFAULT 0.00 CHECK (`price` > 0);
|
||||
|
Loading…
Reference in New Issue