Your feedback is highly appreciated! Let's make Vertabelo even better.

Migration does not include changes to types
In Additional SQL Scripts, I've made changes to add new types used in the model. However, generating a migration does not include these changes and requires manual analysis to modify the migration script.
How can a migration be generated that includes changes to types?
CREATE TYPE billing_interval AS ENUM (
'once',
'monthly',
'yearly'
);

Need to remove users in order to buy a plan
I am trying to renew my account, which lapsed, but it will not allow me to remove users or select a smaller plan. I am on the only one at our company who wants to use Vertabelo, so I don't need the old plan. I hope to change that down the road, but I need to be able to use it myself first. Can you help me remove those users or purchase a smaller plan somehow?

Does the tool support clickhouse ?
I have Big Data infra with a clickhouse attached and wanted to know if the tool supports that ?

Delete folder
I want to start by saying that the system is excellent, I just found a bug and I'm glad to tell you about it, so I contribute to its better functioning ...
Bug: When I try to delete a folder it is throwing me a javascript error ...

Hello,
Do you have any extensions enabled? I have no evidence of the error in system logs.
Best regards,
Adam Mościcki

Dark theme

How to add a one-to-many relationship
I do not see the three reference types in the Model Structure panel. How do I add them?

Can vertabelo do reverse engineering?
Hello,
My company has build a large database on Amazon, but the Data Engineer do not have database model.
Thus, as a data analyst, it is very hard for me to understand the database without database model (diagram) or any document.
Can I use Vertabelo to do reverse engineering to generate database model (diagram) from existing database?

Academic Account Problem
I created my account following steps of the instruction "how to create an academic account", but it didn't work and my trial period ended. Please help me get an academic account, it would really help me with my college project.

Missing UUID column type for PostgreSQL
The UUID datatype for PostgreSQL is missing and is valid in 9.0+ versions.
https://www.postgresql.org/docs/9.5/static/datatype-uuid.html
Customer support service by UserEcho