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

0
Wird überprüft

Restore Deleted Model

Joe Rudy vor 10 Jahren aktualisiert von anonymous vor 10 Jahren 1

Is it possible to restore a deleted model?

0
Beantwortet

I want to revert to a free plan and cannot delete models to get the total back down to 3

Uri Katz vor 10 Jahren aktualisiert von Jack Polkowski vor 10 Jahren 4

I used the basic trial period which expired

0

Does Vertabelo support schemas in Mysql?

osvaldo sanchez vor 10 Jahren aktualisiert von anonymous vor 10 Jahren 1

I want to use references between two models

+1
Wird überprüft

SQL import for postgres fails to infer NOT NULL for PRIMARY KEY

Tomasz Traczyk vor 10 Jahren aktualisiert von anonymous vor 10 Jahren 1

For the following CREATE statement

CREATE TABLE tst (
     id int,
     primary key (id)
);

postgres infers, that since id is primary key, it should be not null and ends up creating following table:

| Column |  Type   | Modifiers 
|--------+---------+----------- | id | integer | not null

In vertabelo, while importing model form SQL, the not null modifier is not added and I get "Primary key column can't be null" error.


0
Abgelehnt

Specify the resolution for PNG exports

Guillaume Pratte vor 10 Jahren aktualisiert von anonymous vor 10 Jahren 1

Would be very useful to be able to export a higher resolution PNG of the database schema. Could it be possible to specify the resolution of the PNG to export?

Antwort
anonymous vor 10 Jahren

Thanks for sharing your idea.

Unfortunately, we do not plan to support specifying resolution of PNG. Instead, we'll go towards vector PDFs. This should give a possibility to convert it to the PNG with resolution of your choice.

0
Beantwortet

How to import and export db design image? For trial period I'm not able to export image

sachin singh vor 10 Jahren aktualisiert von Jack Polkowski vor 10 Jahren 1

I'm using Vertabelo for trial. I create db design but I'm not able to see how to export or import db image. I can see icon for export but it's not working and is there any import db design facility in vertabelo.

0
Fertiggestellt

Allow for naming primary keys

Lukas Eder vor 11 Jahren aktualisiert von Rafał Strzaliński (Senior Engineer) vor 10 Jahren 7
Currently, primary keys cannot be named. They're only flags on a table's columns. That's not complete, of course, as primary keys are constraints like any other, which can be managed via their own names
0
Beantwortet

Student account expired :(

Connor Brough vor 10 Jahren aktualisiert von Jack Polkowski vor 10 Jahren 2

Hi I created a student account and must have set it up wrong as it seems to have expired and I can no longer access my work.

+1
Geplant

Could we get a Chat box on the System so like Google Docs or Slack we can communicate with each other?

Michael Nelson vor 10 Jahren aktualisiert von Jack Polkowski vor 10 Jahren 1

Could we get a Chat box on the System so like Google Docs or Slack we can communicate with each other?

+1
Wird überprüft

Allow for sharing a link directly, instead of going via E-Mail

Lukas Eder vor 10 Jahren aktualisiert vor 10 Jahren 9

Currently, it seems as though I can share a model only via E-Mail. In Google Docs, or Dropbox, items can be shared with anyone by generating a link with a token, which I can then use however I please.

Would be great if that were possible (unless I'm missing something, and it already is?)