Closed rliebz closed 7 months ago
The parser does not currently seem to support check constraints, for example:
CREATE TABLE products ( product_no integer, name text, price numeric CHECK (price > 0) );
For reference: https://www.postgresql.org/docs/current/ddl-constraints.html#DDL-CONSTRAINTS-CHECK-CONSTRAINTS
If I have time I will take a look.
The parser does not currently seem to support check constraints, for example:
For reference: https://www.postgresql.org/docs/current/ddl-constraints.html#DDL-CONSTRAINTS-CHECK-CONSTRAINTS