Your feedback is highly appreciated! Let's make Vertabelo even better.
Похожие темы не найдены.

+10
На рассмотрении
Indicating that the down-scaled table has more columns than are being displayed
Some time ago I have reduced the heights of the largest tables in my database model to minimize its size. That way, I have scaled several tables. Many columns in these tables where hidden. Unfortunately, there are no icons within the down-scaled tables indicating that these tables have more columns than are displayed. In my opinion, this is a fundamental feature to know which tables have additional, hidden content. In all other applications, there are relevant icons (usually in the right bottom corner) indicating that the object has more content inside it. It's very important to have such information available, especially when you're working an a huge database model for a long time and it's very likely that you forget which tables were vertically scaled.

0
Отвечен
What is "check expression" (mysql -> table properties -> columns -> details -> check expression)? What should I use?
Henrique Cunha Moreira de Abre 10 лет назад
•
обновлен Rafał Strzaliński (Senior Engineer) 10 лет назад •
1
What data should I put inside the field "check expression"?
mysql -> table properties -> columns -> details -> check expression
mysql -> table properties -> columns -> details -> check expression

0
Отвечен
how to export the DB model into VISIO 2013?
I have created 2 DB models in vertabelo but now i need to export it to VISIO 2013..
is there a way to export this to VISIO 2013 format?
is there a way to export this to VISIO 2013 format?

Ответ
anonymous
10 лет назад
Well, I think it'd be much more useful to learn about database basics and good DB design rather than SQL. We even created a series of videos called "Vertabelo Database Academy" that you can find on YouTube:
https://www.youtube.com/playlist?list=PLghpIrBTN3RJdlnubOCuCmQMQOkgKAYWI
If you want to learn SQL, you can look at the changes in generated SQL while adding tables, references, indexes, keys, etc to your model. This might help you to understand the structure of DDLs. However, it won't be much helpful to learn SQL queries. Here, I'd recommend SQL Fiddle, which allows you to run queries against database "in cloud". You can use SQL script generated with Vertabelo to create a DB structure in SQL Fiddle and then play with inserting, updating and querying the data.
Hope this helps.
https://www.youtube.com/playlist?list=PLghpIrBTN3RJdlnubOCuCmQMQOkgKAYWI
If you want to learn SQL, you can look at the changes in generated SQL while adding tables, references, indexes, keys, etc to your model. This might help you to understand the structure of DDLs. However, it won't be much helpful to learn SQL queries. Here, I'd recommend SQL Fiddle, which allows you to run queries against database "in cloud". You can use SQL script generated with Vertabelo to create a DB structure in SQL Fiddle and then play with inserting, updating and querying the data.
Hope this helps.

+1
Исправлен
How do i move a model into my team account ?
I have bought a team subscription... but your system won't let me move my models ? How do I move them into team account ?

0
Исправлен
Typo in bonus-page
On http://www.vertabelo.com/bonus-points there's a typo at the end: "For new and valueble feature request..."

0
Отвечен
How to change the text size
When I export an PDF, my printout looks so tiny. I need to make the text size larger. But I can't

0
Не ошибка
SQL Server Model with column name of Order adds quotes
When adding a table for SQL Server and with a column name of Order, the generated SQL incorrectly adds quotes around the column name:
The generated SQL should be using brackets:
I haven't tried other key words; if you fix this, I'd suggest testing other key words as well.
Thanks!
-- tables-- Table: OrderTest CREATE TABLE OrderTest ( "Order" int NOT NULL, Value varchar(250) NOT NULL ) ;
The generated SQL should be using brackets:
-- tables-- Table: OrderTest CREATE TABLE OrderTest ( [Order] int NOT NULL, Value varchar(250) NOT NULL ) ;
I haven't tried other key words; if you fix this, I'd suggest testing other key words as well.
Thanks!

0
Исправлен
Allow .media and other new top level domains in email address validation
I was not able ot use my work email address sam@seed.media to sign up

0
Исправлен
Prepaid Code Purchase Destination
When I am on the pricing page and click the premium account pay per day link, it just takes me to one of my model's page. I want to pay money but can't!
Сервис поддержки клиентов работает на платформе UserEcho