---- Constraints for table `player_vehicles`--ALTER TABLE `player_vehicles` ADD CONSTRAINT `FK_playervehicles_players` FOREIGN KEY (`citizenid`) REFERENCES `players` (`citizenid`) ON DELETE CASCADE ON UPDATE CASCADE; thats the error wen i put ur sql in my data base maybe not at urs but the sql is not working