Hi,
I’m trying to import my PostgreSQL db.
I have a problem with importing CONSTRAINTs. Here is an example:
´´´
CONSTRAINT “column_name” CHECK ((“options” = ANY (ARRAY[‘OPTION1’, ‘OPTION2’]))),
´´´
It gives me the following error: Expected “)” but “(” found.
We currently do not fully support importing Check Constraints syntax in PostgreSQL. You can safely remove the Check Constraints because we do not store the Check Constraints in the DBML yet.