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

0
To nie jest błąd

I can't register, VAT ID is not recognized!

Sergio Sardo 8 lat temu Ostatnio zmodyfikowane przez anonymous 8 lat temu 3

I'm having a big problem, passing from a Trial account to a paid one. I need to insert my -Italian- VAT ID and I tried either with the usual "IT" prefix code, either without it, but I always get the below pic.

Image 526


I've tried twice yesterday and once today... :-(
I need to register soon, since my trial expires in a few days...

Thanks

0
Z odpowiedzią

How to change to academic account without losing my model?

Joao Carabetta 8 lat temu Ostatnio zmodyfikowane przez Adam Mościcki 8 lat temu 7

Hi,


I would like to know if there is any way to convert to an academic account without losing my model?


Thanks

0
To nie jest błąd

We can't pay - VAT validation not working

Ed Croft 10 lat temu Ostatnio zmodyfikowane przez Sergio Sardo 8 lat temu 3

Image 59
+1
Rozpoczęte

Safari Browser is failing to load home page

kmckee@syr edu 8 lat temu Ostatnio zmodyfikowane przez Rafał Strzaliński (Senior Engineer) 8 lat temu 1

It looks like maybe my history or my cache is causing the load of the home page to fail.

Tried to clear cache and history. 

I can see my account on Firefox but I can't edit because of the app limitations. 

Still working on a solution.. 

0
Naprawione

Retake SQL Course

brandon li 8 lat temu Ostatnio zmodyfikowane przez anonymous 8 lat temu 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
To nie jest błąd

COMMENT for MySql does not work.

William Bell 8 lat temu Ostatnio zmodyfikowane przez Rafał Strzaliński (Senior Engineer) 8 lat temu 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
Z odpowiedzią

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

keifuchigami86 8 lat temu Ostatnio zmodyfikowane przez anonymous 8 lat temu 5

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

0
Naprawione

Google plus login not working.

nagarjuna avula89 8 lat temu Ostatnio zmodyfikowane przez Rafał Strzaliński (Senior Engineer) 8 lat temu 2
0
Z odpowiedzią

(UN)SIGNED

Ken Gillett 11 lat temu Ostatnio zmodyfikowane przez William Bell 8 lat temu 5
How can I specify whether an INTEGER is SIGNED or UNSIGNED?

I cannot see any reference to this.
Odpowiedź
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.