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

0
Fixed

Postgres migration does not specify schema in DROP INDEX command

Chase Roden vor 6 Jahren aktualisiert vor 6 Jahren 5

When I generate a migration that modifies an index in Postgres, the generated SQL does not specify the schema for the index on the DROP statement and therefore fails. In this example I changed WHERE clause on an index:


Image 743

The resulting DROP INDEX command does not work unless the schema is specified:

Image 745
+2

Add option for PRIMARY KEY that is NONCLUSTERED

Dixant Rai vor 6 Jahren 0

Users should be able to create PrimaryKey tha is NONCLUSTERED. While PK flag to identify them the default should be CLUSTERED (as is the case in most RDMSs) but an option should be available to be able to create a NONCLUSTERED one as well. The resultant DDL script should result in this.

CREATE TABLE sample_table (
   sample_column int  NOT NULL,
   CONSTRAINT sample_table_pk PRIMARY KEY NONCLUSTERED (sample_column)
);
0
Fixed

The product is unusable and keeps crashing. Please resolve it.

Sarfraz Nawaz vor 7 Jahren aktualisiert von Rafał Strzaliński (Senior Engineer) vor 7 Jahren 2

Oops we've got a problem. Something went wrong ... Reload page

I get the above error message and I loose all my changes.

0
Fixed

Have not found a way to rename a model and have it persist for three minutes much less between login sessions.

JD Feemster vor 7 Jahren aktualisiert von Adam Mościcki vor 7 Jahren 7
0
Not a bug

Add Import SQL Option That Works for MariaDb 10.X (MySQL option not working)

vertabelo vor 7 Jahren aktualisiert von Adam Mościcki vor 7 Jahren 1

Hi, when trying to import data model info for mariadb database, I cannot get all of the tables recognized regardless of sql tool used for export.  Trying to use MySQL option - perhaps a MariaDb specific driver is needed?  

0
Beantwortet

Problem with Academic account

Eryk Syfert vor 7 Jahren aktualisiert von Rafał Strzaliński (Senior Engineer) vor 7 Jahren 1

My account says that my trial expired even though I used my university e-mail to create my account. Can I please get it sorted. I really need vertabelo for my Data Base Systems module. 

0

Print model of data

Rodrigo Zenteno vor 7 Jahren 0

For the printing of models, it would be very interesting to have the option to choose just print PK and FK or All the columns of the tables, since for large models, it is not displayed well.

0
Beantwortet

Hi, Would be possible to switch my trial account to the Academic Account for students? Your help would be appreciated.

Martin Kleis vor 10 Jahren aktualisiert von Kristjan Peterson vor 7 Jahren 7
I tried to enroll to the academic account, but could not find the correct link. Could you please alter my account accordingly. Kind Regards, Martin
0
Abgelehnt

Data Model to DFM to Data Vault

olajideolaolorun vor 9 Jahren aktualisiert von Jeff Arlt vor 7 Jahren 2

If a Data Model is drawn, is there an easy way to convert to DFM or DV 1 or 2.0?

Thanks

0
Fertiggestellt

Add support for the MySQL float Data Type

Barrie Walker vor 7 Jahren aktualisiert von Mariusz Zakrzewski vor 7 Jahren 1

float is currently missing for MySQL