Sorry π¦ I forgot to mention my scenario: - Table A has column `b_id` which reference table B column
Sorry
I forgot to mention my scenario:
- Table A has column
which reference table B columnb_id
,idON DELETE CASCADE ON UPDATE CASCADE - In my migration file, I'm trying to do a workaround like this:
but all of my records in table A is cascaded


