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

0
Answered

Reverse Engineering mariadb database

Ashwini Bhoite 4 aastat tagasi uuendaja Adam Mościcki 4 aastat tagasi 1

In the reverse engineering tool, I do not see mariadb option. Is it possible to reverse engineer mariadb database in Vertabelo?

Vasta
Adam Mościcki 4 aastat tagasi

Hello,

No, we don't support MariaDB right now. We are going to add the support, but I can't exactly point when it will be.

Best regards,

Adam

0
Kavandatud

Model Validation Settings - Select/Deselect All

Adam Babcock 4 aastat tagasi uuendaja Adam Mościcki 4 aastat tagasi 2

Hello, if possible can Vertabelo add a select all/deselect all button on the Model Validation Settings?

0
Answered

Get Logical Model from API

Mikael COUMET 5 aastat tagasi uuendaja Mick Flynn 4 aastat tagasi 4

Hi,

we are using the API to extract schema information:

https://my.vertabelo.com/api/xml/<MODEL_ID>


But it works only for Physical model, not Logical model.

Is there any way to get a Logical model from API ?

(Transform from Logical to Physical it's not acceptable for us but we will need to transform after each update)

Thank in advance,

Regards

0
Answered

change to student

Ave 4 aastat tagasi uuendaja Rafał Strzaliński (Senior Engineer) 4 aastat tagasi 1

Hello! I accidentally selected a regular account instead of a student one but already used my student email. Is there any way to delete the account and create a new student account?

0
Lõpetatud

Support of type "geometry" among the field types

Oreste Tommasi 10 aastat tagasi uuendaja Leandro DE SAN JUAN 4 aastat tagasi 3
I am using Vertabelo to design spatial databases, and I would like to have the possibility of defining a "geometry".
0
Ülevaatamisel

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

Ashwini Bhoite 4 aastat tagasi uuendaja Adam Mościcki 4 aastat tagasi 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
Answered

Logical data model available in this tool

sathish p 9 aastat tagasi uuendaja Adam Mościcki 4 aastat tagasi 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.

Vasta
Adam Mościcki 4 aastat tagasi

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

0
Alustatud

Image is not shown in blog post

Tomás 4 aastat tagasi uuendaja Rafał Strzaliński (Senior Engineer) 4 aastat tagasi 3
0
Answered

Reverse Engineering Error - Unable to initialize main class

aftab najib 5 aastat tagasi uuendaja naila123 naila123 4 aastat tagasi 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
Answered

oracle identity ?

Ugo Peltier 4 aastat tagasi uuendaja Rafał Strzaliński (Senior Engineer) 4 aastat tagasi 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 ?