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

+2
En revisión

Advanced Table Column Editing

Raymond Gigliotti hace 9 años actualizado por Jarosław Błąd (CEO) hace 9 años 1
  1. Having an interface to manage the width of the right side bar would be great. The column name input is too small.
  2. When you are in the last row of the column and your last tab click after primary key should create a new row for adding another column. Also the expand and delete icons should not be selectable via tabbing.
  3. Add auto complete column data types so that it makes this step much faster. 
    1. ie: "VAR" => "VARCHAR"
0
Denegado

Foreign key Constraint SQL for single table SQL generation

Raymond Gigliotti hace 9 años actualizado por Jarosław Błąd (CEO) hace 9 años 1
When generating a single table's SQL also generate the foreign key constraints SQL as separate statements
0
En revisión

Background color for Modal

Raymond Gigliotti hace 9 años actualizado por Jarosław Błąd (CEO) hace 9 años 4
This would help with contrasting tables. I know you can set the table background color but I also have 100+ tables and setting each individually is a pain.
0
COMPLETADO

Add Support for the PostgreSQL "char" Data Type

Rick Johnston hace 9 años actualizado hace 9 años 3
I would like to see support added for the "char" (single byte) data type.

http://www.postgresql.org/docs/9.0/static/datatype-character.html#DATATYPE-CHARACTER-SPECIAL-TABLE
0
Solucionado

POSTGRESQL SCRIPT GENERATED IGNORE DOUBLE QUOTA SET SCHEMA AND TABLESPACE NAME

Edgar Civil hace 10 años actualizado por Agnieszka Kozubek-Krycuń (Chief Scientist) hace 9 años 3
When Generate Script and Set SCHEMA NAME and TABLESPACE NAME in script ignore the Double Quota, only script for indexes appear double quota in the schema name.

Regards...
0
COMPLETADO

MySQL: Display an error if there are multiple AUTO_INCREMENT fields defined in a table.

Jadaw1n hace 9 años actualizado por Agnieszka Kozubek-Krycuń (Chief Scientist) hace 9 años 2
If there are multiple fields defined with AUTO_INCREMENT set, MySQL (and maybe other databases) throw an error:
CREATE TABLE test (
id int NOT NULL AUTO_INCREMENT,
otherthing int NOT NULL AUTO_INCREMENT
)
#1075 - Incorrect table definition; there can be only one auto column and it must be defined as a key
+3
COMPLETADO

Managing a Data Dictionary

Elliott Gould hace 10 años actualizado por Agnieszka Kozubek-Krycuń (Chief Scientist) hace 9 años 5
I noticed Vertabelo has the ability to capture descriptions of the tables and fields within those tables which is great.

I noticed on the SQL export only the table descriptions are included, there is no trace of the descriptions associated with the individual fields. I'm using MS SQL 

Managing a data dictionary is very important to the project I'm working on and I was hoping to do it through this tool but have it ultimately reside in the database.

For example, here is an article on doing it with ERWin,Embarcadero and others: http://www.mssqltips.com/sqlservertip/1619/build-a...

Am I missing the way to go about this through Vertabelo or is that not supported at this time?
Respuesta
It is not supported yet. We have added it to the roadmap for the nearest months. The feature should be available by the end of October.

Thanks for the suggestion. I have given you 10 bonus points for this feature request.
0
Respuestas

How do i share my model

Subhadeep Gayen hace 10 años actualizado por anonymous hace 9 años 4
when i go to sharing there is no field for adding email.
0
Denegado

Include (N,M) Cardinality

Juan Camilo Espinosa Osorio hace 9 años actualizado por anonymous hace 9 años 1
Respuesta
anonymous hace 9 años
Vertabelo supports physical database modeling only. In order to make many-to-many relationship, you need to add a junction table.
+4
COMPLETADO

Export to PDF / Print

Raymond Roelands hace 10 años actualizado por Jarosław Błąd (CEO) hace 9 años 14
To print my models it would be nice to export to PDF and select paper size and orientation.
If the model covers multiple pages it would be nice to show the lines on the screen so tables can be moved around and aren't split over 2 pages