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

+1
Under review

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

Tomasz Traczyk 8 years ago updated by anonymous 8 years ago 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
Declined

Specify the resolution for PNG exports

Guillaume Pratte 8 years ago updated by anonymous 8 years ago 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?

Answer
anonymous 8 years ago

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
Answered

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

sachin singh 8 years ago updated by Jack Polkowski 8 years ago 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
Completed

Allow for naming primary keys

Lukas Eder 10 years ago updated by Rafał Strzaliński (Senior Engineer) 8 years ago 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
Answered

Student account expired :(

Connor Brough 8 years ago updated by Jack Polkowski 8 years ago 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.

0
Planned

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

Michael Nelson 8 years ago updated by Jack Polkowski 8 years ago 1

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

+1
Under review

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

Lukas Eder 8 years ago updated 8 years ago 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?)

0
Answered

HELP!!!!! my school work

Rihards Viktorovs 8 years ago updated 8 years ago 7

Hi i am student from Latvia Vidzeme University College. And ther is my DB work what i need but my trial end and i cant get my work. I readet topic about switch to academic, but i cant becouse scool e-mail is closed server wher cant send external mail, only scools. But i can send my scool ID card for proof. or send my sql code it will be good.My acc register on rihardsviktorovs@inbox.lv

0
Answered

Reverse Engineering Download - I cannot install "reverse-engineering-1_6_7.jar"

Gary Cully 8 years ago updated by Rafał Strzaliński (Senior Engineer) 8 years ago 4

I could not install this add-in. I doubled-clicked the file and nothing happens. Then I installed Java's "server-jre-8u66-windows-x64.gz" and I installed chromeinstall-8u65.exe. I've changed Windows file associations to point to the .jar file type to javaw.exe. I tried running javaw.exe from the cmd prompt. These approaches did not work. I read the Reverse Engineering documentation on your websiste. I frankly have not grocked it. It seems there is very little content there relevant to this issue. I am using Windows 7 Professional 64-bit. I really want your product to work...so far, it looks like it will meet my needs very well.

Gary

+1
Under review

Support for SQL Server 2014

Michael Blaut 8 years ago updated 8 years ago 2

When are you going to add support for SQL Server 2014?