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

0
Not a bug

Academic Account Problem

Jakub Wojtowicz vor 2 Jahren aktualisiert von Jarosław Błąd (CEO) vor 2 Jahren 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 vor 9 Jahren aktualisiert von Jarosław Błąd (CEO) vor 2 Jahren 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

Antwort
Jarosław Błąd (CEO) vor 2 Jahren

Hello,


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


0
Beantwortet

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

Janani Vijayakumar vor 2 Jahren aktualisiert von Jarosław Błąd (CEO) vor 2 Jahren 1
0
Fertiggestellt

How can I reverse engineering from MS SQL Server

salvadord441 vor 4 Jahren aktualisiert von Rafał Strzaliński (Senior Engineer) vor 2 Jahren 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
Beantwortet

How to update the existing model using reverse engineering?

Janani Vijayakumar vor 2 Jahren aktualisiert von Jarosław Błąd (CEO) vor 2 Jahren 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
Beantwortet

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

janani vijay04 vor 2 Jahren aktualisiert von Jarosław Błąd (CEO) vor 2 Jahren 1
0
Beantwortet

tool for relationship

John John vor 2 Jahren aktualisiert von Rafał Strzaliński (Senior Engineer) vor 2 Jahren 1

i cant find tool to create relationship between entity

0
Fertiggestellt

CONVERT TO ACADEMIC ACCOUNT

Ariel vor 2 Jahren aktualisiert von Rafał Strzaliński (Senior Engineer) vor 2 Jahren 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
Wird überprüft

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

s rapport vor 2 Jahren aktualisiert von Jarosław Błąd (CEO) vor 2 Jahren 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.