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

0

Is,live/m9

THUYA AUNG 2 months ago updated 2 months ago 1
+1

Disabling "scroll to zoom" doesn't stick and it should be off by default

Terris Linenbach 4 months ago updated 3 months ago 2

The instructions in https://support.vertabelo.com/communities/1/topics/185-disable-scroll-to-zoom don't work. If you click on the gear icon again and go into the settings, the "scroll to zoom" checkbox will still be checked. This happens in edit and view modes. This annoying feature should be disabled by default in my opinion. Scroll should scroll, not zoom.

0
Planned

Add 75% Zoom

Terris Linenbach 4 months ago updated 3 months ago 2

The zoom drop-down levels are 25-50-100-200 and 400 .. I often want 75. I never want 400.

0

small mistake or small bug

Xasanboy Isxoqov 3 months ago 0

Image 1404

Hi, I would like to ask you to look at the output from the code I wrote. It would be good if you could check the output in your table, it seems wrong. Please let me know if I am wrong.

0
Answered

The take control feature is taking hours to load

Giorgos Geroukos 11 months ago updated by s rapport 3 months ago 2

Whenever I try and take control of my physical data model, it takes hours to happen. Is there any way to fix this

0
Answered

cardinality

philippe bissohong 9 years ago updated by Emily Webster 3 months ago 3
how can i show cardinality in the model. I can only see min and max on one side of the relationship.  Example: ||-----|< as oppose to  |-----|<

Thank you,
Philippe
+26
Under review

Pattern for naming objects

Aleksandra Machewka 9 years ago updated by fed 3 months ago 3
It would be a handy feature to allow user to define patterns for default object names, eg. primary keys. Currently, PK is formed using pattern "{objectName}_pk". Such pattern could be defined by user, having access to variables like {objectName}, {objectNameSingular} (for objects named in plural form). For FK, source and destination object names could be accessible, so user can form default FK name as "FK_{sourceObjectName}_{destinationObjectName}". I'm aware, that this can be done via explicitly naming PKs and FKs, but such feature would be useful when model is big and many relations exist.
0

Feature request: Share a model to my team

Terris Linenbach 4 months ago updated 4 months ago 0

I would like to share models to the whole team without specifying individual email addresses. The team of course changes when I add and remove team members.

+14

PostgreSQL enum types

kspar 6 years ago updated by Terris Linenbach 4 months ago 1

Please add support for PostgreSQL enumerated types.


Is there a workaround that enables at least modeling/showing enums graphically somehow without proper code generation support?