autoIncrement for primaryKey of type int in sqlite generates incorrect sql statements

Im running liquibase 2.0.1 if I set autoIncrement to true for a column of type big int with primaryKey true in a create table changeSet, the generated SQL is incorrect for sqlite (but it works for postgres and mysql).


I’ve posted a discussion here http://forum.liquibase.org/#Topic/49382000000089083