Add auto_increment after table created
Snippet
Instead of being asleep at 08:44 on 9 April 2010, kitt created this:
ALTER TABLE purchase_links ADD id INT UNSIGNED NOT NULL AUTO_INCREMENT first, add primary key (id);
Add new comment