Autoincrement and insert of id

Hi,

I have defined (by mistake) a create table-changeset with autoincrement=true on the column id. Later I have a changeset that inserts data into this table giving values for the id-kolumn, i.e. id=“1”, id=“2” and id=“0”. However, the autoincrement seems to override the id’s I want to set. Is this a correct behaviour by liquibase?

liquibase 1.9.3
mysql 5.1

Best regards

Lasse

Found out that’s the way MySQL works.

In other words, no longer an issue.

/Lasse