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

0
Є відповідь

Canvas size is huge. How do I reduce it?.

Ronald Dantonio 10 років тому оновлено anonymous 10 років тому 2
How do I reduce the size of the canvas. I have accidentally made it huge. Everything else is now microscopic.
Відповідь
anonymous 10 років тому
You're right, there are two kinds of zoom: Vertabelo zoom and a browser zoom. Vertabelo zoom affects only a diagram, while a browser zoom affects the whole page.
In Chrome you can edit the browser zoom in the menu or using mouse wheel together with Ctrl pressed.
0
Є відповідь

How can I change my trial plan to the academic one?

taavi podzuks 10 років тому оновлений 10 років тому 3
How can i change my plan to an academic one? Im a student in the estonian information technology college. I think is a similar problem as in http://support.vertabelo.com/topic/818837-i-cannot-change-my-plan-to-academic-but-i-am-a-tafe-student/ thread.

0
Є відповідь

How to reopen closed account?

Sruthi Guvvala 10 років тому оновлено Jack Polkowski 10 років тому 1
I just closed my account. How can i reopen it
0
Виконано

"Open diagram" and "new diagram" to open in the current browser tab not in a new one.

Станислав Милев 10 років тому оновлено Jack Polkowski 10 років тому 1
If i want a new tab, i would click the action with the scroll or right (mouse) click and "open in new tab".
0
Not a bug

Seems to be some issue with multi select functionality

Shantanu Kher 10 років тому оновлено anonymous 10 років тому 2
If I select more than one objects while pressing / key, it selects all those objects for further processing. However it does not display all of them as SELECTED. Only last selected object appears as SELECTED. There seems to be some issue with multiple selection. Please advise.
0
Є відповідь

I cannot see my model

Cloud Mason 10 років тому оновлено anonymous 10 років тому 2
The graphical display of my model seems to have disappeared. I can click on the the tables and see all the columns and properties, but I cannot get the graph to display.
0
Виконано

Export selected subset of Tables to .png

Gabe Gates 10 років тому оновлено anonymous 10 років тому 1
Once a model becomes too big to export as .png there isn't much of an alternative (that I'm aware of) to share. It would be awesome to define a set of tables / areas to export. Currently I have to split up the main model and create smaller models in order to export and share.
Відповідь
anonymous 10 років тому
There already is such an option. You can just select multiple tables (and references or views) and click the button to export to PNG. Only these elements will be present on the image. The same applies to the subject area - just select an area and export it to PNG.

If it's about managing large diagrams, please watch this video tutorial:

It explains how to make the work with big diagrams easier using subject areas and table shortcuts.
+8
Under review

Option to hide all references and leave only tables displayed

Patrick Otin 10 років тому оновлено Gabe Gates 10 років тому 2
My model is huge and it consists of over 100 tables and twice as more references. The jungle of lines was very confusing for me. Therefore, I deleted all references and used table colors, sizes and positions, as well as subject areas to visualize the structure of my database.
It would be great for me if Vertabelo had an option allowing user to hide all references without deleting them.
The other idea is to allow user to hide all references and show only these ones which are associated with the currently selected table. If no table is selected, all references are hidden but when the cursor is over the table, all references associated with that table are being displayed in gray. If user selects the table, all these references (associated with the table) are shown in normal color (black).
0
Є відповідь

[PostgreSQL] Add quotes to generated SQL table names and columns

john palat 10 років тому оновлений 10 років тому 2
PostgreSQL does not require double quotes around table names and identifiers, it will just lower case them. However, I want them to remain in a certain case in the database. For example, if I add a table Team, I want it to show up as Team, not team. The generated sql will not add any quotes to the name unless it's a reserved keyword. Is there a way for me to add this? I only found this: http://support.vertabelo.com/topic/529465-postgresql-script-generated-ignore-double-quota-set-schema-and-tablespace-name/


but I don't think it's related.




Also with FK, if I have Team_id as a column, it will become team_id in the database w/o quotes. Help?
Відповідь
anonymous 10 років тому
Just check the "Quote all SQL identifiers" checkbox in "SQL generation settings" section:




All table and column names will be in double quotes.
+2
Under review

Bulk update table properties

Grzegorz Kaczor 10 років тому оновлено anonymous 10 років тому 1
I would like to be able to bulk update properties of selected tables. For example, set tablespace for all tables except one. Or change initial value of multiple sequences. Now I have to click all the tables, one by one.