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

0
Corrigé

Moving entire selection does not move lines between tables

Marc Belley il y a 10 ans mis à jour par anonymous il y a 10 ans 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
Solution
anonymous il y a 10 ans
This issue has been fixed and deployed on production.
0
Corrigé

Postgresql script ignores schema when generating index

Raymond Roelands il y a 10 ans mis à jour par anonymous il y a 10 ans 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

Solution
anonymous il y a 10 ans
The issue has been fixed and deployed on production.
0
Écarté

Column Defaults

Raymond Gigliotti il y a 10 ans mis à jour il y a 10 ans 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
Résolu

Reference lines

Ken Gillett il y a 11 ans mis à jour par anonymous il y a 10 ans 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.
Solution
anonymous il y a 10 ans
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
Terminé

Relationship lines

bence basa il y a 10 ans mis à jour par anonymous il y a 10 ans 1
Add an option to break relationship lines pls :)
Accindentally it breaks 2 times, but it's hard to make that happen on purpose...
Solution
anonymous il y a 10 ans
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
Terminé

how can i export it as a pdf file ?

Nuo Xu il y a 10 ans mis à jour par Rafał Strzaliński (Senior Engineer) il y a 10 ans 2
0
Corrigé

'Your are' typo

Todd Smith il y a 10 ans mis à jour par Rafał Strzaliński (Senior Engineer) il y a 10 ans 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
Terminé

Browser support

Ken Gillett il y a 11 ans mis à jour par anonymous il y a 10 ans 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. 
Solution
anonymous il y a 10 ans
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
Pas un bug

sharing

Tom Wilson il y a 10 ans mis à jour par anonymous il y a 10 ans 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
Résolu

composite primary key

Vishnuprabhu il y a 10 ans mis à jour il y a 10 ans 2
how can i set up a composite primary key?