I've tried to implement potygen in our project, but on the first query thats what i get: ``` Error: 'USER-DEFINED' was not part of the known postgres types or aliases ``` Sql itself: ``` SELECT * FROM controller; ``` What can this error mean?