Your comments

The error is caused when performing a reverse engineering of a schema. The types that are not recognized by Vertabelo have a suffix of a number in parenthesis that causes the error to appear.

I was able to go in to every table and change the type fields to remove that suffix and it cleared up the errors, but it was rather manual and time consuming.

I decided to try Vertabelo out because I liked a lot of the features that were described on the product pages and the blog.

After I successfully managed to get my schema imported, I noticed that all my tables and views that use the type UUID

are showing up with validation errors because UUID is not a recognized type.


I found this support ticket from seven years ago but it doesn't mention the fact that it causes validation errors.

Is this just not something that will be fixed? It seems like it would be extremely straightforward to update the list of valid types for PostgreSQL.