Help for this page

Select Code to Download


  1. or download this
    alter table TABLE_IN_QUESTION modify FIELD_NAME int unsigned not null 
    +auto_increment;
    
  2. or download this
    # our table
    CREATE TABLE example (
    ...
    |  1 |    5 | hello |
    +----+------+-------+
    1 row in set (0.00 sec)