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

Selective Table SQL generation

Calculated Fields
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

Modify Database
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?

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

Is there a way to simply duplicate a diagram?
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?

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.

Is it possible to add an associative entity?
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?

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

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

Confirmation Email

Allow importing / creating stored procedures
So far, I'm pretty impressed with the features that this modeling tool offers. There are a few minimum things that I think are missing which could make it even better. When doing an import from MSSQL, I'd like to have it save the stored procedures / triggers / functions / etc at the very least in the section where it will run after the generated model. If you wanted to exceed all my expectations, these could also be stored as objects in the model, and decorated so that you could see dependencies. Looking at the XML, you could add entities for Procedures, Triggers, Functions and store them accordingly.
Kundesupport af UserEcho