Hi
ich möchte eine DB anlegen und habe folgenden Quellcode:
$result2 = mysql_query(CREATE TABLE $tab_hori (
l_nr int(7) NOT NULL auto_increment,
id int(7) NOT NULL default '0',
filepath_kl varchar(150) NOT NULL default '',
filepath_gr varchar(150) NOT NULL default '',
UNIQUE KEY l_nr (l_nr) ) TYPE=MyISAM;
);
Was ist daran falsch ?
ich möchte eine DB anlegen und habe folgenden Quellcode:
$result2 = mysql_query(CREATE TABLE $tab_hori (
l_nr int(7) NOT NULL auto_increment,
id int(7) NOT NULL default '0',
filepath_kl varchar(150) NOT NULL default '',
filepath_gr varchar(150) NOT NULL default '',
UNIQUE KEY l_nr (l_nr) ) TYPE=MyISAM;
);
Was ist daran falsch ?
Kommentar