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

+4
Declined

View Table/Column Comments and Default Value in Model

jwilson 8 років тому оновлено Jarosław Błąd (CEO) 5 років тому 3

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!

Відповідь
Jarosław Błąd (CEO) 5 років тому

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.

+1
Under review

Academic account logs out or change to read-only

Oswaldo Figueroa Domejean 5 років тому оновлено Adam Mościcki 5 років тому 2

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.

0
Виконано

which are the steps to create a model of a data web service served thru an API in XML format ?

Orlando Rios 5 років тому оновлено Adam Mościcki 5 років тому 1
0
Fixed

Model Description

Scott Brazier 5 років тому оновлено Adam Mościcki 5 років тому 8

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

0
Fixed

Table details not displaying

Scott Brazier 5 років тому оновлено Adam Mościcki 5 років тому 7

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.

Image 883

0

don't support russian comments

Vitalii Hgfhgfh 5 років тому 0

don't support russian comments on tables, colums and etc

0
Виконано

Using python and win32com to write outlook rules

mabel juhi 5 років тому оновлено Rafał Strzaliński (Senior Engineer) 5 років тому 2

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()
0

Needs Supports Logical/Phygical Name in Columns And Switching L/P Name Conventions

정 창훈 5 років тому 0

I would appreciate it if you support switch view the name/code convention in one diagram.

0
Fixed

I havent received any confirmation e-mail during registration

s20350 5 років тому оновлено Adam Mościcki 5 років тому 1

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

0
Є відповідь

Can I import an SQL to create the diagram?

juanmjimenezs 6 років тому оновлено Jarosław Błąd (CEO) 5 років тому 2

Hi, I have a database with almost 120 tables, can I import an SQL to create the diagram?

Kind regards,

Juan Manuel