Hi !
Folgender code:
CREATE TABLE `events` (`id` INT(5) NOT NULL AUTO_INCREMENT )
ergibt:
Incorrect table definition; There can only be one auto column and it must be defined as a key
ich möchte, dass in der spalte id immer eine zahl daraufgerechnet wird.
danke !!
cu,
HANSI
Folgender code:
CREATE TABLE `events` (`id` INT(5) NOT NULL AUTO_INCREMENT )
ergibt:
Incorrect table definition; There can only be one auto column and it must be defined as a key
ich möchte, dass in der spalte id immer eine zahl daraufgerechnet wird.
danke !!
cu,
HANSI
Kommentar