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

0
Started

Wrong add column command generation for Oracle databases

Mateusz Kamiński 8 jaar geleden bijgewerkt door Rafał Strzaliński (Senior Engineer) 8 jaar geleden 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.

0
Not a bug

I have been invited to join a team account but the "Accept" button does nothing when I attempt to click.

Bruce Worobec 8 jaar geleden bijgewerkt door anonymous 8 jaar geleden 2
0
Beantwoord

SQL Compatible with mysql on Microsoft Azure

MICHAEL MORGENSTERN 8 jaar geleden bijgewerkt door anonymous 8 jaar geleden 1

I am having difficutly uploading sql exported from vertabelo to mysql database hosted on microsoft azure cloude. I was told this has something to do with the Transact SQL format the microsoft uses. IS there a way to export the SQL in a format that is compatible with mysql on microsoft azure? Or converting to be acceptable for mysql using transact sql?


I already tried exporting in every form (sql lite, mysql 5.x etc.)

0
Planned

Allow .center and other new top level domains in email address validation

Uriel Vincent Chuck 8 jaar geleden bijgewerkt door Adam Mościcki 8 jaar geleden 1

I was not able ot use my work email address example@example.center to sign up

Antwoord
Adam Mościcki 8 jaar geleden

Hello


We will add new domains in the next release (a matter of weeks). 


Hope this helps,

Adam Mościcki


0
Not a bug

More visible diagram sharing

Grzegorz Kaczor 8 jaar geleden bijgewerkt 8 jaar geleden 2

How is it possible that I cannot share the model from model details screen?

Then I try to find it in Dashboard - to no avail.

Eventually, it is found in Documents section. This is not convenient to the user.

+1
Declined

Do you have an android app for your site ?

Melaku Tefera 8 jaar geleden bijgewerkt door anonymous 8 jaar geleden 2

It will be great if you add an app

0
Voltooid

Integratioin with Confluence

Rafi 8 jaar geleden bijgewerkt door anonymous 8 jaar geleden 4

Add the ability to integrate models from vertabelo in confluence pages.


We are looking into data modeling tools, and vertabelo looks like a great candidate.


We use confluence in the company for intranet and knowlede sharing, and therefore we will need to integrate the published models in confluence. I cannot see how this can be done.


We are not referring to a link, but rather to be able to create a view only for the model, like it is done in some of your blog posts.





0
Searching answer

Problem with MODIFY COLUMN

Thomas Hamper 8 jaar geleden bijgewerkt door Rafał Strzaliński (Senior Engineer) 8 jaar geleden 2

[MySQL 5.7]


I found that the queries


CREATE TABLE `test` (
  `test_id` int(16) NOT NULL
) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_bin;


ALTER TABLE `test`
  ADD PRIMARY KEY (`test_id`);


ALTER TABLE `test`
  MODIFY `test_id` int(16) AUTO_INCREMENT;


seem to be parsed in a strange way. After importing the above as a script and viewing the generated table as SQL it shows


CREATE TABLE test (
  test_id int(16) NULL AUTO_INCREMENT,
  test_id int(16) NULL AUTO_INCREMENT,
  CONSTRAINT test_pk PRIMARY KEY (test_id)
) ENGINE InnoDB CHARACTER SET utf8mb4 COLLATE utf8mb4_bin;


Which is not what I had in mind but I cannot figure out the problem. 

MySQL Workbench parses this in the wrong way, too - ignoring the MODIFY completely.

PHPMyAdmin on the other hand does it correctly.


Any thoughts on this? :-)


Thanks!




+3

Liquibase

Raymond Roelands 8 jaar geleden bijgewerkt 8 jaar geleden 0

Add an option to generate a Liquibase file for updates. Next to the Generate migration SQL. So the versions (exclude auto saved) contains Liquibase changesets.

0
Fixed

I need to go to Academic account, but I can not remove my account because I used G+ to create it

Cosme Corrêa 8 jaar geleden bijgewerkt door anonymous 8 jaar geleden 3
Antwoord
Adam Mościcki 8 jaar geleden

Hello,


I have switched your account to an academic one.


Best regards,

Adam Mościcki