Invalid query:
Cannot add or update a child row: a foreign key constraint fails (`friendsthatride/ForumThreadNotify`, CONSTRAINT `fk_ForumThreadNotify_Logins` FOREIGN KEY (`LoginId`) REFERENCES `Logins` (`LoginId`) ON DELETE NO ACTION ON UPDATE NO ACTION)
Whole query:
insert into ForumThreadNotify (ForumThreadId, LoginId) VALUES (108, 0)