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

+1
Résolu

The main page is down?

Chris Robinson il y a 7 ans mis à jour par Rafał Strzaliński (Senior Engineer) il y a 7 ans 1

http://downoruprightnow.com says that Vertabelo.com is down.

+6
À l'étude

Add reference name as label in diagram

thomasf il y a 7 ans mis à jour par Adam Mościcki il y a 7 ans 1

Many modeling tools do not show the names of the foreign key constraints in the diagram. I think this is useful in many cases. Can it be done?

0
Écarté

Ability to identify identifying and non-identifying relationships from DDL

Saif Terai il y a 7 ans mis à jour par Rafał Strzaliński (Senior Engineer) il y a 7 ans 1

When reverse engineering from a DDL, a feature to automatically represent an identifying relationship by a solid line and a non-identifying relationship by a broken (dashed) line would be useful. Currently Vertabelo does not do this.

0
Résolu

Error when executing gradle

Kent Lubo il y a 7 ans mis à jour par Adam Mościcki il y a 7 ans 1

Image 532


Error:Execution failed for task ':app:orm-generate'.
> A problem occurred starting process 'command 'unzip''

Solution
Adam Mościcki il y a 7 ans

Hello,


Please install unzip command. 

For debian like OS:

sudo apt-get install unzip


Best regards,

Adam Mościcki

0
Terminé

Duplicate fields/columns

Sergio Sardo il y a 7 ans mis à jour par Adam Mościcki il y a 7 ans 1

I'd like to be able to duplicate a single column in a table, or even copy it (with all its attributes) and then paste in another table. I have complex-defined columns (name, datatype,Description, other attributes) and I need to duplicate these attribute sets many times, in the same table (obviously changing the field name) or in different tables...

Very nice to have...

Solution
Adam Mościcki il y a 7 ans

Hello,


You can copy columns. Please do the following steps:

1. Select a table with columns to copy.

2. With Ctrl (Command on mac) button pushed select columns to copy (click on the field with dots)

3. Ctrl + c

4. Select a table to paste

5. Ctrl + v


Copy columns works within one table as well.


Screenshot:



+1

Bullet/letter for fields used in "any" index

Sergio Sardo il y a 7 ans 0

It could be useful to show, in tables, the fields which have been inserted in any index (beyond the PK). A bullet, or simply a specific letter, could points out the item/fields involved in one or more indexes.

This info helps the db designer in maintenance and overall checks of tables, or even entire database

0
Résolu

Does Vertabelo still (eval'd early 2016) not infer joins based off the same column name?

Eric S il y a 7 ans mis à jour par anonymous il y a 7 ans 1

Does Vertabelo still (eval'd early 2016) not infer joins based off the same column name? In data warhousing environments indexes are usually not defined in the DB and handled in the ETL app layer for performance reasons. This is the key feature I need from a modeling tool so you can simple reverse-engineer without manually defining every join relationship.

0
Terminé

Massive edit with search/replace strings

Sergio Sardo il y a 7 ans mis à jour par Rafał Strzaliński (Senior Engineer) il y a 7 ans 1

If I need to change a substring in many objects at once (ie change all "xxx" occurrences in "yy_z") it seems now I can do so only looking field by field in all my tables. I'd like to have a "search/Replace" feature which allows me to change strings or substrings in all my object names (tables, fields, indexes, ...) ....

Could  I hope so in the future?

0
Terminé

how do i add relationship between tables

Laurinda McKinlay il y a 7 ans mis à jour par Adam Mościcki il y a 7 ans 1
Solution
Adam Mościcki il y a 7 ans

Hello,



Best regards,

Adam Mościcki

+1

A "fields set" for repetitive insertions

Sergio Sardo il y a 7 ans 0

I often need to insert the same set of fields in my tables. While I have only a single "fields set" to replicate, then I use a table template where I start from, but when I need to insert two different "fields sets" in the same table (not always the same) I have some problem. 
I'd like to be able to define objects like like "copybooks" or "includes" (containing fields definitions) to be picked up and then inserted in my tables. These "objects" could stay in a sot of "custom library"

Nice to have...