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

0
Besvaret

What field type supports a file import?

Marco Naylon 10 år siden opdateret af Agnieszka Kozubek-Krycuń (Chief Scientist) 10 år siden 1
I want to be able to accept files (PDF/Word/Excel) into my database. Which field type supports this functionality?
0
Færdig

Add Support for the PostgreSQL "citext" Data Type

Jason Futch 10 år siden opdateret af Agnieszka Kozubek-Krycuń (Chief Scientist) 10 år siden 2
It appears 'citext' data type is not recognized yet, is it possible to add this so my warnings go away.
0
Besvaret

How to move a column up or down in the table?

Maria Alcaraz 10 år siden opdateret af Jack Polkowski 10 år siden 1
Please forget if this functionallity already exists, I didnt find how to move a column up
+7
Under vurdering

Option to change fonts used in diagrams

mark leavesley 10 år siden opdateret 10 år siden 4
Can I change the font used in my model for something that is clearer at small sizes? As I zoom out the font degrades badly, as if it is a bitmap, rather than a small (vector) font. At 70% it's quite hard to read.
0
Besvaret

how can i change the credit card assigned to my account ?

Ali Tabrizi 10 år siden opdateret af Rafał Strzaliński (Senior Engineer) 10 år siden 1
we need to change the card which is behind our account in Vertabelo .
+1
Under vurdering

Adding rulers/guide lines to help with positioning elements

Eric Norcross 10 år siden opdateret af Jack Polkowski 10 år siden 3
0
Fast

The application allows to create two indexes with the same name

Marek Berkan 11 år siden opdateret af mark leavesley 10 år siden 11
A model validator doesn't check if index name is unique within model. I created two indexes with name "book_fk" in two different tables and a SQL script failed in PostgreSQL database:

SQLState:42P07
message:
ERROR: relation "book_fk" already exists
IMO it should be validated by the application.

Kind regards,
Marek Berkan.
Svar
anonymous 11 år siden
I turned out that it's specific for MySQL that keys' names may be duplicated within a database. It has been already fixed.
0
Færdig

Add Support for the PostgreSQL "jsonb" Data Type

Jason Futch 10 år siden opdateret af Jack Polkowski 10 år siden 2
It appears "jsonb" data type is not recognized yet, is it possible to add this so my warnings go away.
0
Besvaret

column name seems to be invalid

Alejandro Lamothe 10 år siden opdateret af Agnieszka Kozubek-Krycuń (Chief Scientist) 10 år siden 1

Image 73
Column Name seems to be invalid appears in the Warnings window, it does not say why,
0
Færdig

Support "if not exists" clause in sqlite table and index creation.

Aubrey Jones 10 år siden opdateret af anonymous 10 år siden 1
It would be nice to support the "if not exists" clause for table and index creation when targeting sqlite.
Svar
anonymous 10 år siden
Vertabelo already supports "if not exists" clause in these two statements.

In case of table creation, just expand "Additional properties" section and set "IF NOT EXISTS clause" to "Yes":



You'll then see your this clause in generated SQL:



The same applies to index. Just set the property like this:



and you'll see this in the SQL output:



I hope this helps.

Kundesupport af UserEcho