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
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.