Make an existing MySQL column auto_increment
January 23, 2009
Modify an existing column to make it auto increment.
ALTER TABLE [table name] MODIFY [column] int NOT NULL AUTO_INCREMENT
Learn how to write custom Drupal modules
Does Drupal module development make your head explode and drive you crazy?
Why not learn from someone who has paved the way instead?
Sign up to Master Drupal 7 Module Development.
I am
Post new comment