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

0
Planned

Postgres 11 support

Bill Bell 5 years ago updated by Rafał Strzaliński (Senior Engineer) 5 years ago 1

Please add support for Postgres 11!!  Unique indexes. Sprocs.

0
Answered

Artificial primary keys in many-to-many relationships

Sergio González (IT teacher) 5 years ago updated by Adam Mościcki 5 years ago 1

Checking your article "A Dating App Data Model" I saw that in relations that appear from a many-to-many relationship (for instance between relations "user_account" and "gender") you add an artificial primary key (in the case exposed, primary key is a numeric field "id" but the primary key should be the combination of "user_account_id" and "gender_id").

Is there a technical reason to do that?

0
Under review

Support for Memsql DB

Deepak Jain 6 years ago updated 5 years ago 2

Is there any plan to provide support for MemSQL in near future?

Answer
Łukasz Kubicki 6 years ago

Hello Deepak,

We have no dedicated support for MemSQL DB, but this database is wire-compatible with MySQL. I'm guessing then that maybe MySQL DDL script will work. However, I haven't tested it, so treat this only as a clue.

We will definitely investigate this further.

Regards,

Luke

0
Under review

can't change database engine from postgres to another

Philip Michel 5 years ago updated by Adam Mościcki 5 years ago 2

it is not possible to create or change the database engine from postgres to another database

Answer
Adam Mościcki 5 years ago

Hello,

It should be possible.
1. Please open the model.

2. In the "General" section there is a button to change the database engine, please click on it.

3. Select database.

4. Save changes.

Hope this helps,

Adam

+2

Diagram User Interface Improvements

Scott Brazier 5 years ago 0

I have been using Vertabelo for several months now, and have a few suggestions for improving the diagram interface:

  • Allow the diagram canvas to be resized - When I reverse engineered my data model, many tables were imported outside the canvas area and were hard to bring in (I had to zoom in, go to the canvas edge, then zoom out in order to see them). Once organized, the model is smaller than the canvas area, so I would like to decrease it for zoom and printing ease.
  • Increase the zoom out maximum from 25% - It is hard to navigate throughout the diagram since the screen cannot zoom out to display it in its entirety. This is especially problematic since the display area doesn't scroll when moving objects.
  • Enable automatic scroll when moving objects - When an object is dragged to the edge of the display area, the display area should shift so the object can continue to move. As it is, the user has to click and drag an object to the edge of the display, click the model to move the display area, and repeat as needed. 
  • Increase size of Area resize selection box - Areas can be resized by clicking and dragging the corner box. The corner box size is too small reliably click when zoomed out, which makes it difficult to resize on larger scales.
0
Planned

Pasting in column name field should paste text and not insert the diagram element.

Patryk Jakubowski 5 years ago updated by Rafał Strzaliński (Senior Engineer) 5 years ago 2

Current behavior: When pasting text in column name field diagram element is inserted.

Expected behavior: When pasting text in column name field text from clipboard should be inserted in the field.

0
Answered

[Postgresql] Will Vertabelo be updating to newer versions?

Jeremy Gollehon 7 years ago updated by Gerard Chin 5 years ago 2

Just wondering if you'll be updating scheme creation with 10.x and 11.x features in the future.


Specifically I'd like to create auto-incrementing identity fields.
For example...


id int  GENERATED BY DEFAULT AS IDENTITY


But they aren't a part of the postgresql version currently available in Vertabelo.

0

excel import

Oswald Rajesh 5 years ago 0
0
Under review

Put sequence generation on the top of the generated SQL script instead of bottom

Ádám Markója 5 years ago updated by Rafał Strzaliński (Senior Engineer) 5 years ago 1

Generated SQL scripts usually creates tables before sequences. For this reason model deployment fails due to the missing references in case of PostgreSQL.

0
Answered

reference types

connery 10 years ago updated by anonymous 5 years ago 3

The example shows this (right) type of reference, but I can only find how to change 1 side of a reference and the other side will always be the one you see on the left here.
How do you change the other half of a reference?