12.12.2013, 13:58
I want to have the ID field auto increment, but when I do it in CREATE TABLE (sqlite), the ID field dont show in the database?
pawn Код:
"CREATE TABLE IF NOT EXISTS `ACCOUNTS` (`ID int(11) PRIMARY KEY AUTOINCREMENT`)");