On Wednesday 19 July 2006 01:07 pm, Jesse wrote:

>   `ID` int(10) unsigned NOT NULL auto_increment,
>   `CTID` int(11) NOT NULL,

the storage types aren't the same.  change CTID to INT(10) UNSIGNED NOT NULL 
and it should work.

-- 
Chris White
PHP Programmer/DBank
Interfuel

--
MySQL General Mailing List
For list archives: http://lists.mysql.com/mysql
To unsubscribe:    http://lists.mysql.com/[EMAIL PROTECTED]

Reply via email to