Add check for Sub.replyCost > 0
This commit is contained in:
parent
2038701ecf
commit
a9943981fd
@ -0,0 +1,2 @@
|
||||
-- Add constraint to ensure replyCost is positive
|
||||
ALTER TABLE "Sub" ADD CONSTRAINT "Sub_replyCost_positive" CHECK ("replyCost" > 0);
|
Loading…
x
Reference in New Issue
Block a user