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

+4
Under review

drag field from table to view

Simon Weinstein 10 jaar geleden bijgewerkt door anonymous 7 jaar geleden 3
when building views it would be helpful to drag elements vs retyping them
0
Under review

Shortcut tables for Academic accounts?

Leonard Armstrong 7 jaar geleden bijgewerkt door Adam Mościcki 7 jaar geleden 1

I have an Academic account but the icon for creating a shortcut table is not shown and CTRL+K does nothing. (Nor can I drag-and-drop from the table list.)  Are shortcut tables disabled on Academic accounts?

0
Voltooid

How do I change Credit Card payment?

David Löwenbrand 10 jaar geleden bijgewerkt door Anya Shokodko 7 jaar geleden 5
Antwoord
Adam Mościcki 9 jaar geleden

Hello Linda,


Yes, they have changed. New steps are as follows:

1. Click "My Account" on top menu.

2. Click on the "Add billing data" button ("Billing data for your account" section)
3. Enter new credit card info and click "Save"


I hope this helps you.

Best regards,

Adam

0
Voltooid

HSQLDB Database schema generation is not correct...

Khurram Shakir 11 jaar geleden bijgewerkt door Adam Mościcki 7 jaar geleden 9
I created a sample database diagram for HSQLDB 2.3 , The schema generated in SQL is following for a table,

CREATE TABLE Comments (
Id bigint GENERATED ALWAYS AS IDENTITY NOT NULL CONSTRAINT Comments_Id,
EntityId bigint NULL,
EntityType varchar(100) NOT NULL,
Subject varchar(200) NOT NULL,
CreationDate timestamp NOT NULL,
UserName varchar(200) NOT NULL,
CONSTRAINT Id PRIMARY KEY (Id) );

When I tried to run it on HSQL, it is giving me error that "ID" is duplicate, What I found is Constraint should be named something else otherwise HSQL gives error since it is same as column name, if I renamed that constraint ID instead of ID_PK , it is working fine.

2. Also based on HSQL documentation, Primary key can be defined as simply marking as
Id bigint GENERATED ALWAYS AS IDENTITY PRIMARY KEY

instead of explicitly define the constraint. please confirm that I am not missing anything and this is bug.
Antwoord
Hi, 

I've looked on your model and reproduced  error.  Tables "attachment" and "comments" have the same name of primary key constraint. Primary key constraint name must be unique. Please change the name or "Unset" property. Check other tables also. 

0
Under review

Default value of boolean (postgreSQL)

marcOcram 10 jaar geleden bijgewerkt door Grace Selfe 7 jaar geleden 2
Hello,

I just added a new column of type boolean with a default value of false. This hasn't been added in the create script. true works instead flawlessly.
0
Voltooid

Relationship

Ângelo de Sant'Ana 10 jaar geleden bijgewerkt door anonymous 7 jaar geleden 2
Did you think about to add relationship table to that modelling tool? It could improve the database representation.
0

upload my owm document

Revanth Kumar 8 jaar geleden bijgewerkt door Jacob Ewing 7 jaar geleden 0

upload my current document into net and edit it

0

Scroll inside of the diagram area (just like you can in lucidchart)

Jon Farr 7 jaar geleden 0

In a large model it is vital to be able to scroll (using a magic mouse for example) inside of the diagram area.  this is a feature that LucidChart has that is incredibly useful.  

0
Beantwoord

saving the model to a file system

Dave Panico 7 jaar geleden bijgewerkt door Rafał Strzaliński (Senior Engineer) 7 jaar geleden 1

I am trying out your product and was wondering if there is a way to save the model diagram to a local file system rather than Vertabelo's cloud ?

0
Beantwoord

SQL Server Identity seed / increment arguments

Kindler Chase 10 jaar geleden bijgewerkt door anonymous 7 jaar geleden 6
With SQL Server, there are parameters for the Identity property allowing the seed and increment values to be set. Do we have access to the seed / increment arguments?
https://msdn.microsoft.com/en-us/library/ms186775.aspx

If not, may I suggest as an option?

Thanks!