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

ACTUAL Support for Conceptual Modeling
Unfortunately, this post was closed by your CEO several years back claiming that conceptual modeling had already been added: https://support.vertabelo.com/communities/1/topics/207-support-for-conceptual-modeling#
Terry Halpin (and I) would disagree. Would love to see ORM and Property Graph Schemas added to the current ER diagram capabilities, which might be sufficient for Logical modeling - but lacking in several area where Conceptual modeling is concerned.

Support for conceptual modeling
App would be complete for me if I could do true conceptual modeling (multivalue attributes and many-to-many relationships).
Conceptual modeling, by definition, is more abstract than logical modeling. Often, I need a conceptual model to communicate the business rules with nontechnical people. This is also something I teach my students to do. Vertabelo doesn't support conceptual modeling in this way, but if it did it would be a complete full data stack tool.

Conceptual/Logical modelling has been already intruduced in Vertabelo.

Please update snowflake datatypes!
TIMESTAMP_NTZ is not in standard data type nor
binary with precision ...
impossible to load SQL script from snowflake :(

Is the publish functionality still available?
There's an article in the documentation mentioning that I can publish a model to be embeded in a website here -
But I don't see these links anywhere in the UI. Is this feature still available?

Temporal Tables
Is it possible to flag a table as a Temporal Table as defined in MS SQL Server 2016 and later?
Temporal tables are declared with the following syntax:
CREATE TABLE Department
(
DeptID INT NOT NULL PRIMARY KEY CLUSTERED,
DeptName VARCHAR(50) NOT NULL,
ManagerID INT NULL,
ParentDeptID INT NULL,
ValidFrom DATETIME2 GENERATED ALWAYS AS ROW START NOT NULL,
ValidTo DATETIME2 GENERATED ALWAYS AS ROW END NOT NULL,
PERIOD FOR SYSTEM_TIME (ValidFrom, ValidTo)
)
WITH (SYSTEM_VERSIONING = ON);
The bold elements define the table as a Temporal table (Temporal tables - SQL Server | Microsoft Learn)
I can get the WITH clause using the 'WITH options' under additional properties for the table, and I can create 'ValidFrom' and 'ValidTo' columns of type datetime2, but I can't see a way to set the properties of those columns to correctly apply GENERATED ALWAYS AS ROW START and GENERATED ALWAYS AS ROW END, or to apply the PERIOD FOR SYSTEM_TIME (ValidFrom, ValidTo) property. I can probably use a text macro in notepad++ on the generated SQL to add this but it would be nice if it was supported in Vertabelo?

Team edition pricing
I’d like some clarity on your pricing model. Is the Team price listed on your pricing page (https://vertabelo.com/pricing/) - $83/month for a team of up to 5 (with a total annual payment of $996) - the total cost for all 5 seats, or is it the price per seat (per team member)? In other words, will purchasing a 5-seat Team license cost a total of $415/month, or $4,980 annually?

"free viewer" sharing is not clear - is it applicable also for 5 -seated user team?
Hi,
from product description and pricing description it is not clear at all what I am getting in case I will buy 5-user licence for my team. Are those 5 users who can edit? or there is also some corresponding number of viewers who dont consume license? is there a way how to share the model to non vertabelo users as well? thx
Customer support service by UserEcho