database problem

Matrixdog

New Member
Hi there am trying to add a ammo box but am having problems with the database trying to add this in the instance deployable

Inserting row failed
Cannot add or update a child row: a foreign key constraint fails (`chriscrete`.`instance_deployable`, CONSTRAINT `instance_deployable_ibfk_1` FOREIGN KEY (`instance_id`) REFERENCES `instance` (`id`))
 
that's because it is not on the deployable table and i doubt you'll be able to do that, rather place it in with the editor
 
Back
Top