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

0
To nie jest błąd

Academic Account Problem

Jakub Wojtowicz 2 lat temu Ostatnio zmodyfikowane przez Jarosław Błąd (CEO) 2 lat temu 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
To nie jest błąd

Missing UUID column type for PostgreSQL

Shane Tarleton 9 lat temu Ostatnio zmodyfikowane przez Jarosław Błąd (CEO) 2 lat temu 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

Odpowiedź

Hello,


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


0
Z odpowiedzią

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

Janani Vijayakumar 2 lat temu Ostatnio zmodyfikowane przez Jarosław Błąd (CEO) 2 lat temu 1
0
Ukończony

How can I reverse engineering from MS SQL Server

salvadord441 4 lat temu Ostatnio zmodyfikowane przez Rafał Strzaliński (Senior Engineer) 2 lat temu 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
Z odpowiedzią

How to update the existing model using reverse engineering?

Janani Vijayakumar 2 lat temu Ostatnio zmodyfikowane przez Jarosław Błąd (CEO) 2 lat temu 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
Z odpowiedzią

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

janani vijay04 2 lat temu Ostatnio zmodyfikowane przez Jarosław Błąd (CEO) 2 lat temu 1
0
Z odpowiedzią

tool for relationship

John John 2 lat temu Ostatnio zmodyfikowane przez Rafał Strzaliński (Senior Engineer) 2 lat temu 1

i cant find tool to create relationship between entity

0
Ukończony

CONVERT TO ACADEMIC ACCOUNT

Ariel 2 lat temu Ostatnio zmodyfikowane przez Rafał Strzaliński (Senior Engineer) 2 lat temu 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
W trakcie analizy

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

s rapport 2 lat temu Ostatnio zmodyfikowane przez Jarosław Błąd (CEO) 2 lat temu 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.