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

+1
Answered

how to specify schema for a reference ?

Ali Tabrizi 8 years ago updated by Rafał Strzaliński (Senior Engineer) 8 years ago 6

In SQL Model , please note that we are using 5 different schema in our model so we will need to specify each reference `s schema

0
Answered

How to install Vertabelo Client on Ubuntu server 14.04 ?

PRODHOMME Sébastien 8 years ago updated by Rafał Strzaliński (Senior Engineer) 8 years ago 3

I read this article https://my.vertabelo.com/db-connection to install Vertabelo Client. I download the Linux File but it hasn't a type format for this file like .deb or others. I tried to use dpkg command but it doesn't work.

Answer
anonymous 8 years ago

It's a binary file. You need to chmod +x and just run it.

0
Fixed

SQL import error

Szymon Bachnij 8 years ago updated by Rafał Strzaliński (Senior Engineer) 8 years ago 5

I add column to table and then reference.


When trying to get SQL script of model via api/sql/model_id I get the following error:


BQM7GULOK32016041412410101

0
Completed

Full screen edit is damaged after recent update

Grzegorz Kaczor 8 years ago updated by Adam Mościcki 8 years ago 2

Image 293

It displays in lower right corner of the screen.

0

Cannot delete column from view after exiting from fullscreen edit

Grzegorz Kaczor 8 years ago 0

I edit view code using fullscreen edit. Then I close fullscreen edit and I click on "x" next to a view column, in order to delete it. Focus scrolls up, and the column is not deleted. After that I can delete columns, as normal.

0

Google-like and Jira-like shortcuts in Vertabelo

Grzegorz Kaczor 8 years ago 0

I think it would be very handy to have keyboard shortcuts similar to those found in Gmail and Jira, while editing diagram. For example:

- g + t - 'go to table' could display popup with autocompleter containing table names, and after selecting a table would find it in diagram and go to its details

- g + v - go to view

- g + a - go to subject area

- g + s - go to sequence


The shortcuts could work this way so that I could type g, t, and then just table name without breaking typing.

0
Not a bug

Unintended resize of table copy on diagram, when column is added to table

Grzegorz Kaczor 9 years ago updated by Adam Stojanowski 8 years ago 4
Scenario:
  • add second copy of table to diagram,
  • resize the second copy (shrink it),
  • add column to table
Now the second copy of the table is resized (Adjust to text). In my opinion this should not happen, and if it should happen, then only for the selected copy of the table.


Answer
anonymous 9 years ago
In the section "Format" in "Table properties" there's a property called "Fixed size". If you set the value to "Yes" then the selected visual representation of the table won't resize automatically.
0
Answered

Database Disappeared

James Rhoat 8 years ago updated 8 years ago 3

One of my database projects just disappeared, I was viewing the database and i clicked on something by mistake and I can no longer find it, can someone help?

+5

Generate Laravel migration

Long Nguyen 8 years ago 0

Vertabelo would be a must-have for Laravel projects if Vertabelo generated migrations. Currently there's a free tool that offer similar functionality but not really good: http://laravelsd.com/

+1

Highlight foreign key relationships

Branden Timm 8 years ago 0

I'm coming from MySQL Workbench, and one of the features I'm really missing is that Workbench will highlight foreign-key relationship lines and the involved columns when you click on a table. Is there any functionality similar to this in Vertabelo?