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

+4
Виконано

Notes sizing and re-sizing

Rebecca Cremona 10 років тому оновлено anonymous 9 років тому 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
Виконано

Selective Table SQL generation

Raymond Gigliotti 11 років тому оновлено anonymous 9 років тому 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ć 9 років тому 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
Є відповідь

Modify Database

Bhaskar G 9 років тому оновлений 9 років тому 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
Є відповідь

change user name and email id

Samir Agarwal 9 років тому оновлений 9 років тому 2

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

0
Виконано

Is there a way to simply duplicate a diagram?

Pierce Colman 9 років тому оновлено anonymous 9 років тому 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?

Відповідь
anonymous 9 років тому

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
Є відповідь

Is it possible to add an associative entity?

Fredrik Hullberg 9 років тому оновлено anonymous 9 років тому 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?

Відповідь
anonymous 9 років тому

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

0
Є відповідь

Vertab Client : do not connect

khampol VCHID 9 років тому оновлено Rafał Strzaliński (Senior Engineer) 9 років тому 2

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

0
Виконано

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

Karabo Koosimile 9 років тому оновлено Rafał Strzaliński (Senior Engineer) 9 років тому 1

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

0
Є відповідь

Confirmation Email

Cynthia Rosas 10 років тому оновлено iomarg 9 років тому 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?