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

0
Завершен

Please, alway show scrollbar in columns section

Thanaphat Suwannikornkul 10 лет назад обновлен Jarosław Błąd (CEO) 10 лет назад 3
Please, alway show scrollbar in columns section because when I use this section for table that have a few column I found a problem.
First I expand column's property by click arrow down button that make scroll bar appear and delete button moved.
Then I want to collapse this column's property without move my mouse so I hit the moved delete button.
0
Не ошибка

Don'tt update the column type PK-FK relationships

Michael Medina 10 лет назад обновлен anonymous 10 лет назад 3
When I change the column type to another value in a table with PK in another table that contains the FK does not update.

It will correct this?

Sorry for my english, thanks.
Ответ
anonymous 10 лет назад
Not updating the type of FK column is a desired behaviour. This is because you can have, for instance, "SERIAL" datatype for your PK and "INT" type for FK and this is perfectly valid structure (I'm talking about PostgreSQL now, but such cases exist in other RDBMSs as well).
If you change the PK type and the types of PK and FK don't match, you should get an error in the "Problems" section.
0
Отвечен

mysql field description

Serkan KOCAMAN 10 лет назад обновлен anonymous 10 лет назад 3
Hi.

Mysql field description not have a sql script. Whats problem ?

Thanks. 
0
Отвечен

Importing DMD files

José Enrique 10 лет назад обновлен Agnieszka Kozubek-Krycuń (Chief Scientist) 10 лет назад 1
Is there a way to import .dmd files(oracle plataform)? Because I have some db normalizations that I have to implant in my project. If not, that would be a great and useful idea! :)

Obs: Sorry for my english, I need to improve that.
Ответ
The import of .dmd files is not possible yet. We're planning to add import from various database modeling tools in the future but certainly not in the next couple of months. For now, you can try our reverse engineering tool or import from SQL scripts.
0
Отклонен

Support for NoSQL databases (MongoDB)

Jason Futch 10 лет назад обновлен Jarosław Błąd (CEO) 10 лет назад 3
I know if you expanded support for NoSQL DBs (MongoDB) our company would jump fully on board. You have the basics to do this already and really no competitors.

Is there plans for this?
0
Отклонен

Bottom Panel Properties

Elias Lima 10 лет назад обновлен Jarosław Błąd (CEO) 10 лет назад 3
It would be good to put the properties panel at the bottom
0
Отвечен

unique column

Dan Fumosa 10 лет назад обновлен anonymous 10 лет назад 1
I looked around in the diagram editor but I'm not able to find where I can make a column unique.  This would be helpful when generating SQL to inject into my database.  Is this just a feature thats not implement or am I just missing it.  Thanks for the help!
Ответ
anonymous 10 лет назад
We support UNIQUE statement. This is called "alternate key" and you can find it in the table properties panel.
0
Завершен

Bool and or Tinyint (mysql)

Ashton Paul 10 лет назад обновлен Jarosław Błąd (CEO) 10 лет назад 2
Missing important data type for mysql BOOL which is actually TINYINT(1).
http://dev.mysql.com/doc/refman/5.0/en/numeric-type-overview.html
0
Завершен

MySQL datetime support

KK Cheung 10 лет назад обновлен Rafał Strzaliński (Senior Engineer) 10 лет назад 2
In our Mysql application, we need to represent a future unknown date as 9999-12-31 00:00:00 and we use the DateTime  datatype.  Unfortunately,  we find that Vertabelo did not support DateTime but  only Timestamp, that cannot go beyond 2038.

So we have to manually, modified the SQL generated in Vertabelo to change Timestamp to DateTime.

This reduce the usability of designing big database with a lot of DateTime fields in Vertabelo.

We like to request the adding of Mysql DateTime support.

0
Завершен

change column order

KK Cheung 10 лет назад обновлен Agnieszka Kozubek-Krycuń (Chief Scientist) 10 лет назад 1
Need to provide a way to re-arranged the order of Columns in a table.
During iterative development process, new fields are added that is better position not at the end of the table.
Ответ
You can re-arrange the order of columns in the Table properties panel on the right. Hold the mouse button down over the dotted area to the left of the column name (see the picture below).

While holding the mouse button over the dotted area drag the column to where you want it to be.


Сервис поддержки клиентов работает на платформе UserEcho