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

+5

Search function should also search in table comments, column names and column comments

Aner Perez il y a 8 ans 0

Currently the search field in the top right of the editor only matches table names. It would be useful if it also matched on table comments, column names and column comments.

0

Ability to use "same width/height" on subject areas

Anthony Cole il y a 8 ans 0

The same width/height feature works on tables, but not subject area.

0
Résolu

You have already installed Vertabelo Client

Eugene Shubin il y a 8 ans mis à jour par anonymous il y a 8 ans 3

I've installed the client on one of my machines. Now system does not provide me a download link on second machine. How can fix that?

0
Résolu

how do i deactivate Vertabelo Client on my computer and reactivate on another computer

Thanh Luong il y a 8 ans mis à jour par anonymous il y a 8 ans 1
+2
À l'étude

Cannot Edit model on iPad

Vaughan Leong il y a 8 ans mis à jour par anonymous il y a 8 ans 1

I try to use my iPad Pro 9.7 to modify my model but I seem like Vertabelo does not support on iPad. Is there any plan for supporting iPad in future?

0
Corrigé

public link to model showing datatype error warnings not displayed in vertabelo

Jeanette Bromage il y a 8 ans mis à jour par anonymous il y a 8 ans 4

Hi,

I've just tested creation of a public link to a postgres test data model. Weirdly, if I follow the link, there are many datatype warnings of 'type not supported by database engine' which is not the case. Is this because a public link is database agnostic?


0
Corrigé

Bug: Can't remove person under Share document -> Who has access

Richard Beauchamp il y a 8 ans mis à jour par anonymous il y a 8 ans 5

I have shared the document, but when I try to remove a person by clicking the X, an error message appears on the base page: Oops we've got a problem. Something went wrong ... Reload Page

0
À l'étude

Model versions missing

Stéphan Doucet il y a 8 ans mis à jour par anonymous il y a 8 ans 3

When I open the model details, I don't see my model versions. I have two tagged versions and they are not there. But when I go in Generate migration script, I can see my two tagged version but they are marked as [autosave]. If I go back in my model details and check the "Show autosaved versions", nothing happens. I see the loading icon but it's going on indefinitely.

0
Résolu

Vertabelo: Reverse Engineering - Generated XML - Schema property for each table entry

laxmi P il y a 10 ans mis à jour par anonymous il y a 8 ans 5
What options/commands do i need to specify so that Vertabelo: Reverse Engineering - generated xml file includes an Schema property for each table entry:

As an example:


<Table>
<Properties>
<Property>
<Name>Schema</Name>
<Value>Public</Value>
<Property>
</Properties>
</Table>
0
À l'étude

For Postgresql, when generating script with quoted identifiers, also quote column name(s)

Richard Beauchamp il y a 8 ans mis à jour par Rafał Strzaliński (Senior Engineer) il y a 8 ans 1

For example, here is the Vertabelo output: CREATE INDEX "Channel_TeamId_idx" on "Channel" (TeamId ASC);


TeamId should be quoted too.