I have two tables.
tableone: id, tabletwo_id
tabletwo: id, tableone_id
structure is something like that. they are connected using foreign key, but now I can't delete these tables at all. I mean laravel rollback doesn't work, tableone expects tabletwo to be deleted first and vice versa. So what can I do?