3653-refactor(clientInsurance): rename column add Fk #997
Labels
No Milestone
No Assignees
3 Participants
Notifications
Due Date
No due date set.
Dependencies
No dependencies set.
Reference: verdnatura/salix#997
Loading…
Reference in New Issue
No description provided.
Delete Branch "3653-clientInsurance"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
@ -0,0 +5,4 @@
ALTER TABLE `vn`.`creditInsurance`
ADD CONSTRAINT `creditInsurance_creditClassificationFk` FOREIGN KEY (`creditClassificationFk`)
REFERENCES `creditClassification` (`id`) ON DELETE CASCADE ON UPDATE CASCADE;
Te falta referenciar el esquema de la tabla creditClassification
LGTM