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

+4
Completat

Notes sizing and re-sizing

Rebecca Cremona fa 10 anys updated by anonymous fa 9 anys 2
I often use the text notes feature to annotate my tables. It's unfortunate that the notes don't default to a reasonable size, but instead become wider and wider, aiming to fit an entire paragraph on one line. Thanks for letting me re-size, after the fact..... but then, if I go back and edit the text, the notes become hugely wide again, and have to be resized again. Notes should default to a reasonable width, with text-wrapping, and once resized, should keep their specified widths.
+15
Completat

Selective Table SQL generation

Raymond Gigliotti fa 11 anys updated by anonymous fa 9 anys 3
Have the ability to select multiple tables (already done) and then click the SQL button which generates only the tables and their related objects.
0

Calculated Fields

Marko Frntić fa 9 anys 0

Vertabelo is great but it's missing Computed Columns feature, at least in SQL Server projects.

So Calculated Columns are created like this (Inventory), and I really think that implementing this feature for you is not a big trouble.

CREATE TABLE dbo.Products
(  
    ProductID int IDENTITY (1,1) NOT NULL  
  , QtyAvailable smallint  
  , UnitPrice money  
  , InventoryValue AS QtyAvailable * UnitPrice  
);

Full documentation on https://msdn.microsoft.com/en-us/library/ms188300.aspx

0
Respost

Modify Database

Bhaskar G fa 9 anys actualitzat fa 9 anys 2

Once I generate SQL and create my database, is it possible to generate "modification" sql, which might involve saving old data and re-inserting in new tables?

0
Respost

change user name and email id

Samir Agarwal fa 9 anys actualitzat fa 9 anys 2

I want to chane the user name and emil ID of sachin@rawalinfocom.com to cto@rawalinfocom.com

0
Completat

Is there a way to simply duplicate a diagram?

Pierce Colman fa 9 anys updated by anonymous fa 9 anys 1

I just want to create a separate iteration for a phase of my database diagram. Is there a way I can literally just copy it without exporting sql and reverse engineering the import?

Answer
anonymous fa 9 anys

Yes, you can do this with 3 clicks. Just go to "Documents", then right-click on the model you want to duplicate and choose "Make a copy" option.

Another way to do the same is to select the model as before and click on "copy" icon on the top bar.

0
Respost

Is it possible to add an associative entity?

Fredrik Hullberg fa 9 anys updated by anonymous fa 9 anys 1

I want to create a Certificate entity, and want the SQL to be coded as an associative entity. Is there an existing tool for this?

Answer
anonymous fa 9 anys

Vertabelo operates on a physical model, not logical. You need to create an association table on your own.

0
Respost

Vertab Client : do not connect

khampol VCHID fa 9 anys updated by Rafał Strzaliński (Senior Engineer) fa 9 anys 2

can u tell : ports required ? firewall config ? ....

0
Completat

how do i add the mandatory symbols in vertabello? i'm using crow's foot notation

Karabo Koosimile fa 9 anys updated by Rafał Strzaliński (Senior Engineer) fa 9 anys 1

how do i add the mandatory symbols in vertabello? i'm using crow's foot notation

0
Respost

Confirmation Email

Cynthia Rosas fa 10 anys updated by iomarg fa 9 anys 6
Ever since I created my Vertabelo account, I have never received the email message where I conform my email address. I've clicked the "Resend Confirmation" link too many times to count and nothing. Any suggestions on how to get it?