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

0

Google-like and Jira-like shortcuts in Vertabelo

Grzegorz Kaczor 9 років тому 0

I think it would be very handy to have keyboard shortcuts similar to those found in Gmail and Jira, while editing diagram. For example:

- g + t - 'go to table' could display popup with autocompleter containing table names, and after selecting a table would find it in diagram and go to its details

- g + v - go to view

- g + a - go to subject area

- g + s - go to sequence


The shortcuts could work this way so that I could type g, t, and then just table name without breaking typing.

0
Not a bug

Unintended resize of table copy on diagram, when column is added to table

Grzegorz Kaczor 10 років тому оновлено Adam Stojanowski 9 років тому 4
Scenario:
  • add second copy of table to diagram,
  • resize the second copy (shrink it),
  • add column to table
Now the second copy of the table is resized (Adjust to text). In my opinion this should not happen, and if it should happen, then only for the selected copy of the table.


Відповідь
anonymous 10 років тому
In the section "Format" in "Table properties" there's a property called "Fixed size". If you set the value to "Yes" then the selected visual representation of the table won't resize automatically.
0
Є відповідь

Database Disappeared

James Rhoat 9 років тому оновлений 9 років тому 3

One of my database projects just disappeared, I was viewing the database and i clicked on something by mistake and I can no longer find it, can someone help?

+5

Generate Laravel migration

Long Nguyen 9 років тому 0

Vertabelo would be a must-have for Laravel projects if Vertabelo generated migrations. Currently there's a free tool that offer similar functionality but not really good: http://laravelsd.com/

+1

Highlight foreign key relationships

Branden Timm 9 років тому 0

I'm coming from MySQL Workbench, and one of the features I'm really missing is that Workbench will highlight foreign-key relationship lines and the involved columns when you click on a table. Is there any functionality similar to this in Vertabelo?

+1
Under review

Generate Test Data

Ethan Turk 9 років тому оновлено Rafał Strzaliński (Senior Engineer) 9 років тому 1

It would be great if you added the option to generate test data. Since you already know the data types of our columns, generating the test data would be the logical next step and would be a very useful feature.

0
Planned

Primary key with auto increment error

Wiegleb Andre 9 років тому оновлено Rafał Strzaliński (Senior Engineer) 9 років тому 1

Using of primary key with auto increment should not be able with type of char. This should be prevented by your problem check.

0
Виконано

Check for reserved keywords

Wiegleb Andre 9 років тому оновлено Rafał Strzaliński (Senior Engineer) 9 років тому 2

I got some problems by using the reserved keyword "order" for table name. Could you please check table names for reserved keywords?

0
Є відповідь

XML Schema

Kurt Roekle 9 років тому оновлено Adam Mościcki 9 років тому 2

Is there a schema for the xml the vertabelo generates/accepts? The reverse engineering tool is far to slow for our needs (something that can be reverse engineered in mysql workbench in 1 minute takes hours with the reverse engineering tool). We would like to generate our own xml to import into vertabelo.

Відповідь
Adam Mościcki 9 років тому

Hello,


A new version of XSD schema can be found at Vertabelo github repository: https://github.com/Vertabelo/vertabelo-jooq/blob/master/src/main/resources/xsd/vertabelo-2.3.xsd

I hope this helps.

0
Є відповідь

I'd like to learn more about the cardinality & its representation in Vertabelo

Riji Varghese 9 років тому оновлено Jack Polkowski 9 років тому 2

Hi Team,

I too wanted to know more on the cardinality & its representation in Vertabelo.Could you please help with some kind of documentation.

Thank you