Level 102
I assume it's in a migration? Try disabling foreign key checks https://stackoverflow.com/a/41937496
I assume this works more or less the same in lumen
Be part of JetBrains PHPverse 2026 on June 9 – a free online event bringing PHP devs worldwide together.
I'm using micro-service for my project.Here I have a problem to delete my relational table that reference table. How to delete reference table on micro-service Lumen?
Please or to participate in this conversation.