<?php
$a = dbquery("CREATE TABLE ".$db_prefix."buddys_igno (
buddys_igno_id smallint(5) NOT NULL auto_increment,
buddys_igno_usr1 smallint(5) NOT NULL,
buddys_igno_usr2 smallint(5) NOT NULL,
buddys_igno_datum int(10) NOT NULL,
buddys_igno_hinweis text NOT NULL,
PRIMARY KEY (buddys_igno_id)
) ENGINE=MyISAM");
?>