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

0
Fixed

Retake SQL Course

brandon li 8 ár síðan updated by anonymous 8 ár síðan 1

I would like to retake courses without having to make a new account, is it possible for this feature to be added? When I go into my completed courses the commands I previously submitted are still there are are giving away the answers. Instead of having to click the reset button to redo each exercise, there should be a way to wipe my progress.

0
Not a bug

COMMENT for MySql does not work.

William Bell 8 ár síðan updated by Rafał Strzaliński (Senior Engineer) 8 ár síðan 2

-- Created by Vertabelo (http://vertabelo.com)
-- Last modification date: 2017-08-08 16:35:22.471
-- tables
-- Table: ContentType
CREATE TABLE ContentType (
ContentTypeID int(11) UNSIGNED NOT NULL,
Name varchar(255) NOT NULL,
CONSTRAINT Type _pk PRIMARY KEY (ContentTypeID)
) COMMENT 'Page and content is this for. Story.';

-- End of file.


This is erroring!! 

0
Answered

Help me! I can't download pdf. Network error

keifuchigami86 8 ár síðan updated by anonymous 8 ár síðan 5

I have generated pdf file. but I can't download it. Network error is happened. Help me!!

0
Fixed

Google plus login not working.

nagarjuna avula89 8 ár síðan updated by Rafał Strzaliński (Senior Engineer) 8 ár síðan 2
0
Answered

(UN)SIGNED

Ken Gillett 11 ár síðan updated by William Bell 8 ár síðan 5
How can I specify whether an INTEGER is SIGNED or UNSIGNED?

I cannot see any reference to this.
Answer
Just type INTEGER UNSIGNED in the Type field. Only the most common types are shown in the Type selection layer. You can type whatever you want in the Type field, Vertabelo will verify if the type is correct.
0

I need create procedures

Hop Tran 8 ár síðan updated by anonymous 8 ár síðan 1
0

mixed database

Rock Zhu 8 ár síðan updated by anonymous 8 ár síðan 1

What if in the datamodel we have both sql server and mongo db? can the export scirpt work with objects in different database but within the same model

0
Under review

Vertabelo Client Connection Error

Amanda Silvera 8 ár síðan updated by Adam Mościcki 8 ár síðan 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 8 ár síðan 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 8 ár síðan updated by Rafał Strzaliński (Senior Engineer) 8 ár síðan 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.