gollum1990
Neues Mitglied
Diese Hier:
Dann kommt folgendes::
Fehler
SQL-Befehl:
MySQL meldet: Dokumentation
#1075 - Incorrect table definition; there can be only one auto column and it must be defined as a key
MOD-EDIT: Code-Tags verwenden! Learn to cooldown!
Dann kommt folgendes::
Fehler
SQL-Befehl:
Code:
CREATE TABLE `links` (
`id` INT( 5 ) UNSIGNED NOT NULL AUTO_INCREMENT ,
`url` VARCHAR( 100 ) NOT NULL ,
`urlname` VARCHAR( 250 ) NOT NULL ,
`name` VARCHAR( 100 ) NOT NULL ,
`beschreibng` TEXT NOT NULL
) TYPE = MYISAM
MySQL meldet: Dokumentation
#1075 - Incorrect table definition; there can be only one auto column and it must be defined as a key
MOD-EDIT: Code-Tags verwenden! Learn to cooldown!