trying to add a table, and my first query didnt work
so i copyed a "working" install query and replaced the
names with my own.

:up:
well that didnt work either
[sql]
$db->query_write("CREATE TABLE IF NOT EXISTS `" . TABLE_PREFIX ."elinkscat` (
`Cid` int(11) NOT NULL AUTO_INCREMENT PRIMARY KEY,
`Cname` text,
`Cright` text,)
");
[/sql]
my usual error is i forget 1 ) at the end, but that is ok. :erm:
--------------- Added [DATE]1235049106[/DATE] at [TIME]1235049106[/TIME] ---------------
OMG EDIT LOL.. .
Im using a EXTRA , AT the end, before the ) roflmao.. DOH!!