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

0
Terminé

Support of type "geometry" among the field types

Oreste Tommasi il y a 10 ans mis à jour par Leandro DE SAN JUAN il y a 5 ans 3
I am using Vertabelo to design spatial databases, and I would like to have the possibility of defining a "geometry".
0
À l'étude

import from sql into existing model gives error saying 'not authorized'

Ashwini Bhoite il y a 5 ans mis à jour par Adam Mościcki il y a 5 ans 2

import from sql into existing model gives error saying 'not authorized' when I click on 'parse and import'.

I am selecting option 'add to current model'. Could you please help?

0
Résolu

Logical data model available in this tool

sathish p il y a 9 ans mis à jour par Adam Mościcki il y a 5 ans 3

Can we create the logical model in this tool (to add entity and attributes) and then convert to physical by having some naming standard?


I assume currently we have only physical model where we add the tables and colums.

Solution
Adam Mościcki il y a 5 ans

We have added support for logical diagrams. Detailed article is available here https://vertabelo.com/blog/logical-diagrams/

0
Commencé

Image is not shown in blog post

Tomás il y a 5 ans mis à jour par Rafał Strzaliński (Senior Engineer) il y a 5 ans 3
0
Résolu

Reverse Engineering Error - Unable to initialize main class

aftab najib il y a 5 ans mis à jour par naila123 naila123 il y a 5 ans 4

Hi, I have just signed up to using Vertabelo and I am looking to use the reverse engineering tool to bring in all my tables from my database.

My Java is all setup and I have downloaded the latest version of the reverse engineering files version 19.4.0.

I have put all my files in one folder with the ojdbc6.jar and reverse-engineering.jar files.

When I run the following command in cmd:

java -cp .;reverse-engineering.jar;ojdbc6.jar com.vertabelo.reverse.Main -url "jdbc:oracle:thin:@//localhost:1521/xe" -user USERNAME -password password1234 -o localhost_file

I get the error:

Error: Unable to initialize main class com.vertabelo.reverse.Main
Caused by: java.lang.NoClassDefFoundError: javax/xml/bind/JAXBException

I have tried to search the forums, but I haven't found anyone coming up with this issue, so would really appreciate if any one could advise on how I could resolve this issue.

0
Résolu

oracle identity ?

Ugo Peltier il y a 5 ans mis à jour par Rafał Strzaliński (Senior Engineer) il y a 5 ans 1

Hi,


Starting v12c of Oracle, we can add identity column to tables, here is an explanation:

https://www.oracletutorial.com/oracle-basics/oracle-identity-column/#:~:text=Introduction%20to%20Oracle%20identity%20column,the%20surrogate%20primary%20key%20column.

How can I add this to the ERD definition in vertabelo ?

0
Résolu

Using Subject area in reverse engineering

Ashwini Bhoite il y a 5 ans mis à jour par Rafał Strzaliński (Senior Engineer) il y a 5 ans 3

I have imported a large database into Vertabelo and would like to group tables in subject areas. I can see the options in Subject area we have are only for creating new tables. I am trying a tedious process of dragging tables into subject area in the workspace section manually but because the database has a lot of tables, it is geting more time consuming. Am I missing an easy way to add tables to Subject area during reverse engineering?

0
Terminé

Model subtypes using descriminator

Bo Bell il y a 5 ans mis à jour il y a 5 ans 2

Any plans of implementing this ?

Its common approach for modelling subtypes. It does not influence generated table structures, but are a great help in understanding the model.

Descriminator.PNG

Solution
Jarosław Błąd (CEO) il y a 5 ans

Hello,


This is possible in a logical database model. However with a little bit different notation. Moreover you can choose different generation strategies for an inheritance hierarchy that can be applied during generation of a physical model from a logical model. 

We don't plan to introduce such notation for physical database models as these models should reflect real physical objects in a database.

0
Terminé

how to set foreign key

Anik Chowdhury il y a 11 ans mis à jour par victor maricato il y a 5 ans 6
0

Reverse Engineering tool installation issues

Ashwini Bhoite il y a 5 ans mis à jour par Daniel Sobotka il y a 5 ans 7

My java version is : openjdk version "11.0.2" 2019-01-15

and when I run the command

java --add-modules java.xml.bind -cp .;reverse-engineering.jar;ojdbc6.jar com.vertabelo.reverse.Main -url "jdbc:oracle:thin:@//localhost:1521/xe" -user USERNAME -password 
password1234 -o localhost_file

I get error : Error occurred during initialization of boot layer
java.lang.module.FindException: Module java.xml.bind not found

Is my java version not comaptible?