Wollte grad Refkauf einbauen, aber folgendes Problem, wenn ich die SQL einspielen will:

Fehler bei der Anfrage:

CREATE TABLE `equinox_1_ref_angebote` ( `id` int(11) NOT NULL auto_increment, `uid` int(11) NOT NULL default '0', `kosten` int(11) NOT NULL default '0', `von` uid(11) NOT NULL default '0', PRIMARY KEY (`id`)) TYPE=MyISAM AUTO_INCREMENT=0

MySQL meldet:

You have an error in your SQL syntax; check the manual that corresponds to your MySQL server version for the right syntax to use near 'uid(11) NOT NULL default '0', PRIMARY KEY (`id`)) TYPE=MyISAM AUTO_INCREMENT=0' at line 1

Hat jmd. eine Idee??