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

+14

PostgreSQL enum types

kspar 7 years ago updated by Terris Linenbach 2 years ago 1

Please add support for PostgreSQL enumerated types.


Is there a workaround that enables at least modeling/showing enums graphically somehow without proper code generation support?

0

Not able to add ARRAY/STRUCT columns AS IS from Big Query in model

anunagraju 2 years ago 0

I have below SQL in Big Query. I wanted to show in Verabelo for ER diagram, but it's populated in a single line. 

CREATE TABLE `acn-gcp-fsi.POC.RECORD_POC2`
(
ADDRESS STRUCT<CITY STRING NOT NULL, COUNTRY STRUCT<STATE STRING NOT NULL, HOUSE_NUMBER STRING NOT NULL> NOT NULL> NOT NULL
);

0
Fixed

Source Version is not Selected when creating Migration

Philipp Albrecht 2 years ago updated by Rafał Strzaliński (Senior Engineer) 2 years ago 6

1. I select a source version for 2023-09-25 and target version 2023-10-24

2. The script generates with a source version of 2023-10-02

Image 1369

Image 1368

0
Fixed

Errors when creating model from sql (redshift)

Tech secure Moveon 2 years ago updated by Rafał Strzaliński (Senior Engineer) 2 years ago 7

All sql I've tried to use results in the same error:

VARCHAR[null]ERROR: Error while parsing data type parameter.

This has happened on very simple create table statements as well as more complex versions. 

Example sql 

CREATE TABLE addresses (
address_id bigint NOT NULL ,
address_line_1 varchar(250) NOT NULL
);

Error message:

ERROR: Error while parsing data type parameter: VARCHAR[null]ERROR: Error while parsing data type parameter: VARCHAR[null]ERROR: Error while parsing data type parameter: VARCHAR[null]ERROR: Error while parsing data type parameter: VARCHAR[null]ERROR: Error while parsing data type parameter: VARCHAR[null]ERROR: Error while parsing data type parameter: VARCHAR[null]ERROR: Error while parsing data type parameter: VARCHAR[null]ERROR: Error while parsing data type parameter: VARCHAR[null]ERROR: Error while parsing data type parameter: VARCHAR[null]ERROR: Error while parsing data type parameter: VARCHAR[null]ERROR: Error while parsing data type parameter: VARCHAR[null]ERROR: Error while parsing data type parameter: VARCHAR[null]ERROR: Error while parsing data type parameter: VARCHAR[null]ERROR: Error while parsing data type parameter: VARCHAR[null]ERROR: Error while parsing data type parameter: VARCHAR[null]ERROR: Error while parsing data type parameter: VARCHAR[null]ERROR: Error while parsing data type parameter: VARCHAR[null]ERROR: Error while parsing data type parameter: VARCHAR[null]ERROR: Error while parsing data type parameter: VARCHAR[null]ERROR: Error while parsing data type parameter: VARCHAR[null]ERROR: Error while parsing data type parameter: VARCHAR[null]ERROR: Error while parsing data type parameter: VARCHAR[null]ERROR: Error while parsing data type parameter: VARCHAR[null]ERROR: Error while parsing data type parameter: VARCHAR[null]ERROR: Error while parsing data type parameter: VARCHAR[null]ERROR: Error while parsing data type parameter: VARCHAR[null]ERROR: Error while parsing data type parameter: VARCHAR[null]ERROR: Error while parsing data type parameter: VARCHAR[null]ERROR: Error while parsing data type parameter: VARCHAR[null]ERROR: Error while parsing data type parameter: VARCHAR[null]ERROR: Error while parsing data type parameter: VARCHAR[null]ERROR: Error while parsing data type parameter: VARCHAR[null]ERROR: Error while parsing data type parameter: VARCHAR[null]ERROR: Error while parsing data type parameter: VARCHAR[null]ERROR: Error while parsing data type parameter: VARCHAR[null]

0
Fixed

Can't view any of my documents

January Johnson 2 years ago updated by Jarosław Błąd (CEO) 2 years ago 1

I have an academic account. I can't view any of my documents. It keeps redirecting to https://my.vertabelo.com/account/payment-billing/account-plan

0
Answered

Academic Account Expired

Luca Celentano 2 years ago updated by Jarosław Błąd (CEO) 2 years ago 1

Hey,

My academic account expired a back in 2021. Is there a way to reactivate it?

0
Completed

Don't add new columns on adding reference

Alastair Steele 2 years ago updated 2 years ago 2

Don't add new columns on adding references, still having it flag as an issue if there's no relationship set is good.

+1
Thanks

Great product!

Alastair Steele 2 years ago updated by Jarosław Błąd (CEO) 2 years ago 1

I've just posted a group of feature requests but please don't think it reflects negatively on Vertabelo, your product is great and i'm really enjoying using it so far! Keep up the great work!

0

Show 'UK' for unique keys constraint

Alastair Steele 2 years ago 0

In the main view add a new column to the right of the column showing N, PK and FK.


New column to show UK next to each table column name that forms part of a unique constraint.

0

Area fill colour selection

Alastair Steele 2 years ago 0

Highlight currently selected colour on popup colour pallete and change the tooltip to show HEX instead of RGB