Right now, there is no fizz-native way for check constraints:
CONSTRAINT CHK_Person CHECK (Age>=18 AND City='Sandnes')
CHECK is standard SQL and afaik supported by all databases speaking "native" SQL. It would be great to have this natively supported in fizz.
Right now, there is no fizz-native way for check constraints:
CHECKis standard SQL and afaik supported by all databases speaking "native" SQL. It would be great to have this natively supported in fizz.