1 2 3
use database; ALTER TABLE users CHANGE COLUMN id id INT(11) NOT NULL AUTO_INCREMENT PRIMARY KEY;