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

+2

Add option for PRIMARY KEY that is NONCLUSTERED

Dixant Rai 6 ár síðan 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 7 ár síðan updated by Rafał Strzaliński (Senior Engineer) 7 ár síðan 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
Not a bug

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

vertabelo 7 ár síðan updated by Adam Mościcki 7 ár síðan 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
Answered

Problem with Academic account

Eryk Syfert 7 ár síðan updated by Rafał Strzaliński (Senior Engineer) 7 ár síðan 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 7 ár síðan 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
Answered

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

Martin Kleis 10 ár síðan updated by Kristjan Peterson 7 ár síðan 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
Declined

Data Model to DFM to Data Vault

olajideolaolorun 9 ár síðan updated by Jeff Arlt 7 ár síðan 2

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

Thanks

0
Lokið

Add support for the MySQL float Data Type

Barrie Walker 7 ár síðan updated by Mariusz Zakrzewski 7 ár síðan 1

float is currently missing for MySQL

0
Answered

previlege required to reverse engineer

Jay Cheruvelil 7 ár síðan updated by Rafał Strzaliński (Senior Engineer) 7 ár síðan 2

What privilege do you require for the user account to reverse engineer an oracle database ,   read access is sufficient ? or higher privilege is required . I need to ask this privilege to my admin