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

0
Fixed

Moving entire selection does not move lines between tables

Marc Belley 10 ár síðan updated by anonymous 10 ár síðan 3
If you select all (either Ctrl-A or drag-selecting everything) and try to move the tables, some lines between tables stay where they are and need to be manually moved to follow the tables.

Image 31
Answer
anonymous 10 ár síðan
This issue has been fixed and deployed on production.
0
Fixed

Postgresql script ignores schema when generating index

Raymond Roelands 10 ár síðan updated by anonymous 10 ár síðan 3
When generating tables and indexes the schema of the index is not generated.

Example:
CREATE TABLE myschema.mytable ( id bigserial NOT NULL, name char(64) NULL, CONSTRAINT  );
CREATE INDEX ix_mytable_01 on mytable (name ASC);  ### schema is missing here

Answer
anonymous 10 ár síðan
The issue has been fixed and deployed on production.
0
Declined

Column Defaults

Raymond Gigliotti 10 ár síðan Uppfært 10 ár síðan 2
Have configuration options to set default values for new columns.

- Default data type and length
- Not Null/Nullable
- Default column name pattern

ie with table name users:
%TABLE_NAME%_id         - users_id
%SINGULAR_TABLE_NAME%_id     - user_id

This only applies to new columns created with the add column button and not foreign key columns.



0
Answered

Reference lines

Ken Gillett 11 ár síðan updated by anonymous 10 ár síðan 4
How can I add a 'joint' into a link line between tables?

Once a single straight line has been drawn, it's hard to add a joint to enable a right angle in the line. Then it seems impossible to add a second joint as that the line can turn 180 degrees. It IS possible for a line to have 2 joints as I have somehow created at least one, but I can't see how to add such a joint to another line that currently e.g. only has 1.

Probably a keyboard shortcut, but I can't figure what it is.
Answer
anonymous 10 ár síðan
This feature has already been done. For more details, please take a look at this comment: http://support.vertabelo.com/topic/603625-relationship-lines/#comment-1066773
0
Lokið

Relationship lines

bence basa 10 ár síðan updated by anonymous 10 ár síðan 1
Add an option to break relationship lines pls :)
Accindentally it breaks 2 times, but it's hard to make that happen on purpose...
Answer
anonymous 10 ár síðan
But you can already do this! Here's how:



After you do this, your reference will look like this:


You can also swap an orientation of such reference or, when you want a straight line and it is possible to change it, reduce the points.
0
Lokið

how can i export it as a pdf file ?

Nuo Xu 10 ár síðan updated by Rafał Strzaliński (Senior Engineer) 10 ár síðan 2
0
Fixed

'Your are' typo

Todd Smith 10 ár síðan updated by Rafał Strzaliński (Senior Engineer) 10 ár síðan 2
Your are working as anonymous user. Your model is stored via cookie. It is easy to lose your work. We recommend to work as registered user. It's free.
0
Lokið

Browser support

Ken Gillett 11 ár síðan updated by anonymous 10 ár síðan 8
Your support for only Chrome is a bit puzzling and a kick in the teeth for Apple who have always championed the cause for HTML5. Not only that, but Safari is a superior browser to Chrome in all respects as far as I can see. Although I do use Chrome when Flash is required, to now find I cannot use Safari (the browser of my choice) because of your apparently misguided refusal to ensure compatibility is seriously off putting. Makes me want to look for an alternative data modelling solution. 
Answer
anonymous 10 ár síðan
Vertabelo now supports Safari. It's marked as "beta support", but should be fully functional. In case of any bugs or other problems occuring under Safari, please report them in separate threads.
Enjoy Vertabelo in Safari!
0
Not a bug

sharing

Tom Wilson 10 ár síðan updated by anonymous 10 ár síðan 5
I have the Basic account Plan. I have just added a 3rd Sharer but they are reporting no view access. The model has 21 tables.
0
Answered

composite primary key

Vishnuprabhu 10 ár síðan Uppfært 10 ár síðan 2
how can i set up a composite primary key?