Prozit

Results 2 comments of Prozit

When I run this SQL query, I receive the following error: 1054 - Unknown column 'id' in 'teampass_misc', Time: 0.003000s When I check the fields of this table, there is...

I changed this query to the following: ALTER TABLE teampass_misc ADD increment_id INT(12) NOT NULL AUTO_INCREMENT FIRST, ADD PRIMARY KEY (**increment_id**); However, this made the upgrade script go into error,...