Sunday, November 24, 2013

how to assign primary key with auto increament not null mysql table ?[solved]


ALTER TABLE table MODIFY id INT NOT NULL primary key auto_increment;

No comments:

Post a Comment