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

0
Not a bug

Academic Account Problem

Jakub Wojtowicz 2 aastat tagasi uuendaja Jarosław Błąd (CEO) 2 aastat tagasi 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 aastat tagasi uuendaja Jarosław Błąd (CEO) 2 aastat tagasi 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

Vasta
Jarosław Błąd (CEO) 2 aastat tagasi

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 aastat tagasi uuendaja Jarosław Błąd (CEO) 2 aastat tagasi 1
0
Lõpetatud

How can I reverse engineering from MS SQL Server

salvadord441 4 aastat tagasi uuendaja Rafał Strzaliński (Senior Engineer) 2 aastat tagasi 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 aastat tagasi uuendaja Jarosław Błąd (CEO) 2 aastat tagasi 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 aastat tagasi uuendaja Jarosław Błąd (CEO) 2 aastat tagasi 1
0
Answered

tool for relationship

John John 2 aastat tagasi uuendaja Rafał Strzaliński (Senior Engineer) 2 aastat tagasi 1

i cant find tool to create relationship between entity

0
Lõpetatud

CONVERT TO ACADEMIC ACCOUNT

Ariel 2 aastat tagasi uuendaja Rafał Strzaliński (Senior Engineer) 2 aastat tagasi 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
Ülevaatamisel

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

s rapport 2 aastat tagasi uuendaja Jarosław Błąd (CEO) 2 aastat tagasi 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.