Hallo leutz,
ich schaff es einfach nicht, dass in meiner Tabelle id's vergeben werden!
Ich habe das erste Feld id genannt, einstellungen für das Feld sind:
id, int, 3, unsigned, not null, , auto_increment
Fehlermeldung:
SQL-Befehl :
ALTER TABLE `MMircwar` CHANGE `id` `id` INT( 3 ) UNSIGNED NOT NULL AUTO_INCREMENT
MySQL meldet:
#1075 - Incorrect table definition; There can only be one auto column and it must be defined as a key
ich schaff es einfach nicht, dass in meiner Tabelle id's vergeben werden!
Ich habe das erste Feld id genannt, einstellungen für das Feld sind:
id, int, 3, unsigned, not null, , auto_increment
Fehlermeldung:
SQL-Befehl :
ALTER TABLE `MMircwar` CHANGE `id` `id` INT( 3 ) UNSIGNED NOT NULL AUTO_INCREMENT
MySQL meldet:
#1075 - Incorrect table definition; There can only be one auto column and it must be defined as a key
Kommentar