Autoincrement is broken in sqlite's create statement. Error display: AUTOINCREMENT is only allowed on an INTEGER PRIMARY KEY It seems inconvenient if INTEGER becomes INT without permission.
Autoincrement is broken in sqlite's create statement.
Error display:
AUTOINCREMENT is only allowed on an INTEGER PRIMARY KEY
It seems inconvenient if INTEGER becomes INT without permission.