Adding delete cascade is not reflected in diff
I'm using the SQL editor in Studio locally to drop an existing FK constraint so I can replace it with the same one but now using
ON DELETE CASCADE. However, when running supabase db diff it's not showing up as a change. The original table was created using Studio UI, so it has ON DELETE NO ACTION. I would assume it shows up in the diff so I can add it as a migration to the remote database over on supabase.