I have a new table that has 3 fields. First field is the pk. 2nd and 3rd are foreign keys to the same users table (same userid field). When I add the foreign key it says...
SQL Error (1005): Can't create table.... (errno: 121)
Duplicate key on write or update
Any ideas why?