| List: | General Discussion | « Previous MessageNext Message » | |
| From: | Thimble Smith | Date: | April 9 1999 2:35am |
| Subject: | Re: auto_increment problem | ||
| View as plain text | |||
It might be a bug in MySQL, but I've never used auto_increment on a varchar() column. Change the column to be an INT type, and it will work fine. Tim On Fri, Apr 09, 1999 at 02:36:49AM +0000, Nathan Feger wrote: > I'm having a major difficulty with the auto_increment feature. > > CREATE TABLE site_params ( > id varchar(10) DEFAULT '' NOT NULL auto_increment,
| Thread | ||
|---|---|---|
| • auto_increment problem | Nathan Feger | 9 Apr |
| • Re: auto_increment problem | Thimble Smith | 9 Apr |
| • Re: auto_increment problem | David Christian | 9 Apr |
