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

View Table/Column Comments and Default Value in Model
Not to suggest copying something I saw in another data modeler, DbSchema (http://www.dbschema.com/index.html) has the ability to view the default values and comments of each column within the data model by mousing over the column causing a pop-up to display with the information. If not wanting/able to emulate this functionality, would there be a way to allow users to "set" the data model to display this information? Thanks!

We decided to not introduce such a feature. In our opinion showing such info on a diagram during the database design process would be too distracting for the most users.

Academic account logs out or change to read-only
I have an academic account, I am the professor. My students are taking a test, but lot of them report me that vertabelo suddenly log out or change to read-only mode. they have to reload the page, but it does not solve the problem, it is still happening the same. The date is 13 nov 2020, the test was from 19:00 to 21:30. What happen? Thanks in advance.

Model Description
When I attempt to enter text in Model Properties -> Description text box, any text disappears after a few seconds.

Table details not displaying
When I select a table, or any other object, the details pane does not show any information - it's is just a grey box. If I right click an object and select inspect, the details pane displays properly along with the page code, but returns to an empty box once the inspect window is closed.

Using python and win32com to write outlook rules
I've been trying really hard to make it work in python 3.7 and outlook 365. A related question here and the VBA documentation is here. I can't manage to solve it.
Everything in the code is working fine, except the two lines commented out in the code.
Please, help!
import win32com.client as win32
o = win32.Dispatch("Outlook.Application")
musterman = o.GetNamespace("MAPI").Folders['musterman@outlook.at']
dest_folder = musterman.Folders["Posteingang"].Folders["Ich"]
colRules = o.Session.DefaultStore.GetRules()
oRule = colRules.Create("New Rule", 0)
oFromCondition = oRule.Conditions.From
oFromCondition.Enabled = True
oFromCondition.Recipients.Add("john@email.com")
oFromCondition.Recipients.ResolveAll
oMoveRuleAction = oRule.Actions.MoveToFolder
oMoveRuleAction.Enabled = True #not working
oMoveRuleAction.Folder = dest_folder #not working
colRules.Save()

Needs Supports Logical/Phygical Name in Columns And Switching L/P Name Conventions
I would appreciate it if you support switch view the name/code convention in one diagram.

I havent received any confirmation e-mail during registration
I havent received any confirmation e-mail during registration. Could you please help me?

Can I import an SQL to create the diagram?
Hi, I have a database with almost 120 tables, can I import an SQL to create the diagram?
Kind regards,
Juan Manuel
Customer support service by UserEcho