Add auto_increment after table created
Snippet
Written with a loving hand by kitt some time around 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