Ihre Kommentare

Hello,

Yes, it is a bug.
I think, the correct syntax is (as sqlite's faq mentions https://www.sqlite.org/faq.html#q1):

CREATE TABLE CSS_AT_RULES (    
    id integer NOT NULL,
    css_version varchar(10) NOT NULL,
    syntax_id integer NOT NULL,
    CONSTRAINT CSS_AT_RULES_pk PRIMARY KEY (id)
);

If column has type 'integer' and 'primary key' then has also 'autoincrement'.

In this case, the fastes solution is to unset an autoincrement option.


I hope this helps.


Hello,


This feature is unavailable right now, but we are going to restore it. I will keep you posted.

Hello,

The fix is available on production.

Hello,


A new version of XSD schema can be found at Vertabelo github repository: https://github.com/Vertabelo/vertabelo-jooq/blob/master/src/main/resources/xsd/vertabelo-2.3.xsd

I hope this helps.

Hello,


In order to do this please close your team account (on manage account plan page) and then create new one by signing up again. After this operation all models connected with current account will be deleted (I can send them to you via email). Furthermore, team members after first login will be asked to choose plan again.


I hope this helps.
If you have any questions, don't hesitate to contact us.