SQLite Forum

Can't migrate auto-increment bigint columns
Login
> There is nothing special about 'bigint'. It simply contains 'int'.

The problem is when it's combined with [AUTOINCREMENT](https://www.sqlite.org/autoinc.html). That's where it needs a specific type, and "averybitint", or "bigint" won't cut it and it must be "integer".