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

0
Under review

Vertabelo Client Connection Error

Amanda Silvera 7 years ago updated by Adam Mościcki 7 years ago 1

When attempting to create a connection via Vertabelo Client I am getting the following error:

Error (Connection with proxy failed: EOFException: Can not read response from server. Expected to read 4 bytes, read 0 bytes before connection was unexpectedly lost.).

I cannot determine what I am doing incorrectly as the HELP documentation is very limited.  Can someone please advise me on how to correct this error?

0

auto-naming option

Kevin Tendey 7 years ago 0

Currently, when i had a relation between two table (0..*), i got a FK named table_column.

In my app, my table are in the plural and my app want a FK in the singular.


It could be interesting to have an option to switch between the actual configuration and a plural configuration.


Concretely, in my app, i have a Users table and automatically my FK is Users_id, my app want user_id.


i don't think i'm the only one to use a framework that has this naming convention.

0
Answered

Open source projects

dfmoreto 7 years ago updated by Rafał Strzaliński (Senior Engineer) 7 years ago 1

Do you have any free plan for Open Source projects?

I saw Education Plan, but I don't know if this plan can be used for this purpose.

0
Under review

Nothing on Vertabelo is loading

Amy Chau 7 years ago updated by anonymous 7 years ago 6

The whole screen is blank and nothing loads.

0
Completed

It *looks* like you do not support SQLite foreign keys constraints in your models. However, according to this page, they are supported: https://sqlite.org/foreignkeys.html

Claudius Iacob 7 years ago updated by anonymous 7 years ago 1

It *looks* like you do not support SQLite foreign keys constraints in your models. However, according to this page, they are supported: https://sqlite.org/foreignkeys.html


If I'm missing something, please forgive me (and point me in the right direction).


Thank you,

Claudius Iacob  

0
Answered

How can I add AUTO INCREMENT to primary key in my MySQL model in Vertabelo?

Chris Matus 9 years ago updated by Adam Mościcki 7 years ago 4
I have not figured out how do I auto increment after making a primary key an int.
0
Answered

i dont have email with university domain bcz our university didnt provide us

Muhammad Tayyab 7 years ago updated by anonymous 7 years ago 2
Answer
anonymous 7 years ago

Hello,
I am sorry to inform you, but in order to create an academic account you have to have an email in an university domain.
Best regards,

Kamil Bladoszewski

+1
Under review

Return a proper page name for shared urls

Scott Gartner 7 years ago updated by Rafał Strzaliński (Senior Engineer) 7 years ago 1

When creating a public URL, the page that the URL points to has a very generic name, specifically "Vertabelo - Design Your Database Online" (this is what comes up on Quora when posting the public URL).  What this means is that when I post the public URL into a Quora answer, I have to edit the title.  Also, the page title in the browser, while I'm editing, is "Vertabelo" so if I want to bookmark the design, I don't get any help (nor do I get any help when searching through tab titles, since every Vertabelo tab has the same name). 


Since I've given the document a perfectly good title, how about reflecting that in the page title, like "Vertabelo - My Great Database Schema" or even better "My Great Database Schemas - Vertabelo".  This would solve all of these cases and others where the page title is seen

0
Started

Wrong add column command generation for Oracle databases

Mateusz Kamiński 7 years ago updated by Rafał Strzaliński (Senior Engineer) 7 years ago 1

It looks like the term COLUMN is unnecessary in "ALTER TABLE <table_name> ADD COLUMN ..." for Oracle migration scripts and causes error when executed on a database.