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

0
Fixed

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

Jeanette Bromage 9 років тому оновлено anonymous 9 років тому 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
Fixed

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

Richard Beauchamp 9 років тому оновлено anonymous 9 років тому 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
Under review

Model versions missing

Stéphan Doucet 9 років тому оновлено anonymous 9 років тому 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
Є відповідь

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

laxmi P 10 років тому оновлено anonymous 9 років тому 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
Under review

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

Richard Beauchamp 9 років тому оновлено Rafał Strzaliński (Senior Engineer) 9 років тому 1

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


TeamId should be quoted too.

0
Виконано

In DB edit mode, enable the left and right panels to be collapsed

Richard Beauchamp 9 років тому оновлено Rafał Strzaliński (Senior Engineer) 9 років тому 1

Those panels take up a lot of space and when modeling on a laptop (small screen) they are in the way when trying to view/modify the model. Thanks!

+2

Extend data model versions search capability

Jeanette Bromage 9 років тому 0

Hi,

A 'nice to have' would be the ability to filter data models versions on tag ( as in if a version has been tagged, display it ) as well as manual / autosaved. I'm having real problems manually saving versions, as the save button is mostly greyed out, but I can create tag names no problem.

+1
Declined

How do I represent inheritance for postgresql?

Dane Falkner 10 років тому оновлено Nat Colley 9 років тому 3
I am trying to create a model that relies upon inheritance, but I can't see how to diagram that in Vertabelo. Does it support this feature?
0
Є відповідь

is it possible to extract all data model errors into a single document?

Jeanette Bromage 9 років тому оновлений 9 років тому 2

is it possible to extract all data model errors into a single document?

0

couldn't create model from sql due to parsing issue, even script generated from vertabelo model is failing.

Aneesh K 10 років тому оновлено Adam Mościcki 9 років тому 7
I am trying to create new model from SQL file , but its keep failing due to parsing issue. Even failing basic script or for script generated by Vertabelo from other model.
Відповідь
Adam Mościcki 9 років тому

Hello,

To make it work, please comment out/remove lines at the end of the sql file like:

'ALTER TABLE xxx MODIFY yyy int(11) NOT NULL AUTO_INCREMENT;'

I have removed those lines from your sql and it worked.
Our sql2vertabelo tool has trouble in parsing such statetments.


Also I have shared to you a model which i got. Feel free to unshare me.