[`CREATE DOMAIN`](https://www.postgresql.org/docs/current/sql-createdomain.html) is not supported. Statements such as the following fail parsing at this time: ```sql CREATE DOMAIN my_domain AS INTEGER CHECK (VALUE > 0) ``` I will try to add a PR adding support for this syntax. Best, Luca