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