• There is NO official Otland's Discord server and NO official Otland's server list. The Otland's Staff does not manage any Discord server or server list. Moderators or administrator of any Discord server or server lists have NO connection to the Otland's Staff. Do not get scammed!

SQL Help!

hustlamike

Shit happens.
Joined
Dec 23, 2007
Messages
134
Reaction score
0
Can someone please help me this to work!

INSERT INTO `players` (`posx`,`posy`,`posz`,`town_id`) VALUES ('793', '1014', '7', '1')


I get this error!

#1452 - Cannot add or update a child row: a foreign key constraint fails (`tfs/players`, CONSTRAINT `players_ibfk_1` FOREIGN KEY (`account_id`) REFERENCES `accounts` (`id`) ON DELETE CASCADE)


Ty i would really appreciate it!
 
Back
Top