"Matt Chatterley" <[EMAIL PROTECTED]> wrote:
> Hi folks. I have a problem creating a foreign key constraint which I just
> don't seem to be able to figure out.
>
> There are three tables, for which the 'show create' output is given below:
>
> CREATE TABLE `users` (
> `UserID` int(11) unsigned NO
Hi folks. I have a problem creating a foreign key constraint which I just
don't seem to be able to figure out.
There are three tables, for which the 'show create' output is given below:
CREATE TABLE `users` (
`UserID` int(11) unsigned NOT NULL auto_increment,
`ContactID` int(10) unsigned NOT