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

0
Not a bug

Academic Account Problem

Jakub Wojtowicz 2 years ago updated by Jarosław Błąd (CEO) 2 years ago 1

I created my account following steps of the instruction "how to create an academic account", but it didn't work and my trial period ended. Please help me get an academic account, it would really help me with my college project.

+1
Not a bug

Missing UUID column type for PostgreSQL

Shane Tarleton 9 years ago updated by Jarosław Błąd (CEO) 2 years ago 5

The UUID datatype for PostgreSQL is missing and is valid in 9.0+ versions.

https://www.postgresql.org/docs/9.5/static/datatype-uuid.html

Answer

Hello,


It is just missing on the list but you can type it.


0
Answered

What are all the Platforms supported in this tool. Like Windows, MAC?

Janani Vijayakumar 2 years ago updated by Jarosław Błąd (CEO) 2 years ago 1
0
Completed

How can I reverse engineering from MS SQL Server

salvadord441 4 years ago updated by Rafał Strzaliński (Senior Engineer) 2 years ago 9

How can I reverse engineering from MS SQL Server? I am trying to generate a model from an existing Database in MS SQL.

0
Answered

How to update the existing model using reverse engineering?

Janani Vijayakumar 2 years ago updated by Jarosław Błąd (CEO) 2 years ago 1

I have initially created a model using reverse engineering. Then i have  made few changes to my database. Now again i am trying to connect to my database using reverse engineering and sync the changes to the same model.

0
Answered

How much volume of database can Vertabelo handle for reverse enginneering?

janani vijay04 2 years ago updated by Jarosław Błąd (CEO) 2 years ago 1
0
Answered

tool for relationship

John John 2 years ago updated by Rafał Strzaliński (Senior Engineer) 2 years ago 1

i cant find tool to create relationship between entity

0
Completed

CONVERT TO ACADEMIC ACCOUNT

Ariel 2 years ago updated by Rafał Strzaliński (Senior Engineer) 2 years ago 1

HI, I saw a lot of people answering but none of them really said how to CONVERT, that means how to not lose my projects. Without having to delete my account.

0
Under review

How to always DROP IF EXISTS when Generating Drop SQL for Postgres?

s rapport 2 years ago updated by Jarosław Błąd (CEO) 2 years ago 1

How can Vertabelo be configured for Postgres to always generate "DROP TABLE IF EXISTS" and "DROP FUNCTION IF EXISTS" when generating a new DROP SQL? The goal is not for migration but regeneration during certain development cycles. There should be a global setting somewhere or in the dialog box. Right now it seems the only solution is to write a brute force shell script to search and replace all occurrences in the drop sql file.