28.01.2015, 06:42
Go to phpmyadmin
Click on database name that you are using on left side of screen
Then click on SQL tab
Then paste these queires in text box
Then hit 'GO'
Then a box will appear saying something like 'Are you sure you want.....' Click Yes on that
Here is a pic of it -
--
Click on database name that you are using on left side of screen
Then click on SQL tab
Then paste these queires in text box
PHP код:
ALTER TABLE `objects` DROP COLUMN `ObjectID`;
ALTER TABLE `objects` ADD `ObjectID` INT PRIMARY KEY AUTO_INCREMENT;
Then a box will appear saying something like 'Are you sure you want.....' Click Yes on that
Here is a pic of it -
--