You are on page 1of 1

Images de sección Other Services , proporcionar imágenes adecuadas

Images de sección Tree Services , proporcionar imágenes adecuadas (revisarlas por si


deben de cambiarse )

Project galeri

1- proyecto completo
2- proyecto completo 2
3- sod Project

ERROR DE PS

ALTER TABLE `role_user` ADD CONSTRAINT `role_user_role_id_foreign` FOREIGN KEY


(`role_id`) REFERENCES `roles` (`id`) ON DELETE CASCADE, ADD CONSTRAINT
`role_user_user_id_foreign` FOREIGN KEY (`user_id`) REFERENCES `users` (`id`) ON DELETE
CASCADE

MySQL ha dicho:

#1452 - Cannot add or update a child row: a foreign key constraint fails
(`pricesma_update_db`.`#sql-2c62_52c99`, CONSTRAINT `role_user_user_id_foreign` FOREIGN
KEY (`user_id`) REFERENCES `users` (`id`) ON DELETE CASCADE)

You might also like