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

0
Not a bug

Academic Account Problem

Jakub Wojtowicz fa 2 anys updated by Jarosław Błąd (CEO) fa 2 anys 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 fa 9 anys updated by Jarosław Błąd (CEO) fa 2 anys 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
Respost

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

Janani Vijayakumar fa 2 anys updated by Jarosław Błąd (CEO) fa 2 anys 1
0
Completat

How can I reverse engineering from MS SQL Server

salvadord441 fa 4 anys updated by Rafał Strzaliński (Senior Engineer) fa 2 anys 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
Respost

How to update the existing model using reverse engineering?

Janani Vijayakumar fa 2 anys updated by Jarosław Błąd (CEO) fa 2 anys 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
Respost

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

janani vijay04 fa 2 anys updated by Jarosław Błąd (CEO) fa 2 anys 1
0
Respost

tool for relationship

John John fa 2 anys updated by Rafał Strzaliński (Senior Engineer) fa 2 anys 1

i cant find tool to create relationship between entity

0
Completat

CONVERT TO ACADEMIC ACCOUNT

Ariel fa 2 anys updated by Rafał Strzaliński (Senior Engineer) fa 2 anys 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 fa 2 anys updated by Jarosław Błąd (CEO) fa 2 anys 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.