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

0

You've been copied

noemail il y a 7 ans 0

Watch out guys, Erwin team had a discussion and trying to copy your UI.

0
Pas un bug

Joining a team cancelled my Prenium acount

Stéphan Doucet il y a 7 ans mis à jour par anonymous il y a 7 ans 1

I was recently added to a team because someone wanted to share a database model with me. But by joining the team, this cancelled my prenium account. I want to go back to my prenium account and leave the team. How can I do this?

0
Terminé

Duplicate a Table

Rafi Galibov il y a 7 ans mis à jour il y a 7 ans 2

It would be really handy to have an option to 'duplicate' a table on a diagram when you are trying to create a table with a very similar set of columns. Possibly add it to drop down menu when you choose a Model/Table and have it append '_copy' to duplicated table name.

0
Prévu

Add missing postgresql column types

Andrew Smith il y a 9 ans mis à jour par Rafał Strzaliński (Senior Engineer) il y a 7 ans 5

Trying to import an existing DB structure from PostgreSQL and the importer says that a number of columns are unsupported. Currently I've found TIMESTAMPTZ and TSTZRANGE (and it looks like none of the range types are recognised).


TIMESTAMPTZ seems to work within the editor, but trying to import from an SQL file that includes a column of that type fails and the rest of the table definition is ignored.

0

cannot see my model/diagram

Michal Polak il y a 7 ans mis à jour par anonymous il y a 7 ans 1

Image 386

0
Résolu

add two foreing keys

Freddy Contreras il y a 7 ans mis à jour par anonymous il y a 7 ans 1

i need create two foreing keys in one table, for example in table PROFILE (id_user1, id_user2) add relations from table USER (id_user). i have a problem: reference name must be unique.

0
À l'étude

does not support xmltype datatype

Shantanu Kher il y a 7 ans mis à jour par anonymous il y a 7 ans 1

I am building a datamodel for Oracle 11g engine. I need to define a column type as xmltype that Oracle engine very well supports, but It is showing an error message saying 'the engine you chooses does not support the datatype you defined'.


Please assist.

0
Résolu

Unable to delete user

Daniel Sopher il y a 7 ans mis à jour par anonymous il y a 7 ans 3

Trying to delete a duplicate user but it is greyed out telling me I cannot because there are documents assigned.


I can't find any feature that allows me to remove documents from the user so I can delete them.


Please advise.

0
Résolu

No university domain

wolterlw il y a 7 ans mis à jour par Rafał Strzaliński (Senior Engineer) il y a 7 ans 3

I study at Igor Sikorsky Kyiv Polytechnic Institute (Ukraine) and we have no university domain as such, we use ukr.net domain for all the university communication though.

How do I create and academic account?

0
Corrigé

Migration script error - DROP NOT NULL versus SET NOT NULL

Stéphan Doucet il y a 7 ans mis à jour par anonymous il y a 7 ans 3

If I modify a column of a table to allow NULL, the migration script generate this :


ALTER TABLE "myTable"

ALTER "myColumn" SET NOT NULL;


Instead of :


ALTER TABLE "myTable"

ALTER "myColumn" DROP NOT NULL;