Hallo,
Feld Typ ...
knr tinyint(5) UNSIGNED ZEROFILL, not null, auto increment
name tinytext not null
email tinytext NULL
adresse tinytext NULL
alter smallint(6)NULL
time datetime not null 0000-00-00 00:00:00
Versuche mal (nur) alter beim INSERT so zu setzen:
alter
, also in Backticks und nicht in '...'. Das funktioniert bei mir (MySQL 4.0 alpha). Allerdings hatte ich mit einer 3.23.3x-Version wirklich das Problem mit dem Anlegen eines alter-Feldes. Hier lokal kann ich das aber auch anlegen.
MfG, Thomas