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

0
À l'étude

How to define identifying or non-identifying relationship in Vertabelo?

Shantanu Kher il y a 9 ans mis à jour par anonymous il y a 9 ans 1
I did not find any such option in Vertabelo while creating a data model for trial.
0
Terminé

Option to add Extended Properties

Josue Neto il y a 9 ans mis à jour par anonymous il y a 9 ans 1
Would be nice to have the option to add Extended Properties to Tables and Columns to describe better the fields and tables purpose in a way that this description get stickied to the model/script generated.
Solution
anonymous il y a 9 ans
Vertabelo already supports generating Extended Properties. You just need to select "Generate comments for database objects" checkbox:



Solution
Jack Polkowski il y a 9 ans
In Vertabelo, we have implemented the crow's foot ERD notification, and unfortunately this kind of notification doesn't use diamond shapes.
But you can use notes to add some comments to your diagram.
You can place a note above a reference line or next to the table, and type anything you want within this note. For example, this way you can describe interactions between two elements of your diagram.



0
Résolu

What field type supports a file import?

Marco Naylon il y a 9 ans mis à jour par Agnieszka Kozubek-Krycuń (Chief Scientist) il y a 9 ans 1
I want to be able to accept files (PDF/Word/Excel) into my database. Which field type supports this functionality?
0
Terminé

Add Support for the PostgreSQL "citext" Data Type

Jason Futch il y a 9 ans mis à jour par Agnieszka Kozubek-Krycuń (Chief Scientist) il y a 9 ans 2
It appears 'citext' data type is not recognized yet, is it possible to add this so my warnings go away.
0
Résolu

How to move a column up or down in the table?

Maria Alcaraz il y a 9 ans mis à jour par Jack Polkowski il y a 9 ans 1
Please forget if this functionallity already exists, I didnt find how to move a column up
+6
À l'étude

Option to change fonts used in diagrams

mark leavesley il y a 9 ans mis à jour il y a 9 ans 4
Can I change the font used in my model for something that is clearer at small sizes? As I zoom out the font degrades badly, as if it is a bitmap, rather than a small (vector) font. At 70% it's quite hard to read.
0
Résolu

how can i change the credit card assigned to my account ?

Ali Tabrizi il y a 9 ans mis à jour par Rafał Strzaliński (Senior Engineer) il y a 9 ans 1
we need to change the card which is behind our account in Vertabelo .
+1
À l'étude

Adding rulers/guide lines to help with positioning elements

Eric Norcross il y a 9 ans mis à jour par Jack Polkowski il y a 9 ans 3
0
Corrigé

The application allows to create two indexes with the same name

Marek Berkan il y a 10 ans mis à jour par mark leavesley il y a 9 ans 11
A model validator doesn't check if index name is unique within model. I created two indexes with name "book_fk" in two different tables and a SQL script failed in PostgreSQL database:

SQLState:42P07
message:
ERROR: relation "book_fk" already exists
IMO it should be validated by the application.

Kind regards,
Marek Berkan.
Solution
anonymous il y a 10 ans
I turned out that it's specific for MySQL that keys' names may be duplicated within a database. It has been already fixed.