You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I get the same FOREIGN KEY constraint failed error in the D1 dashboard when I use the GUI to delete a user with an account. These errors are hard to debug in big schemas because they don't say exactly which constraint failed.
How can we include a name of the constraint in the error?
The text was updated successfully, but these errors were encountered:
I have this Drizzle schema
Which produces this migration
When I try to delete a user that has accounts, I get this error:
I get the same
FOREIGN KEY constraint failed
error in the D1 dashboard when I use the GUI to delete a user with an account. These errors are hard to debug in big schemas because they don't say exactly which constraint failed.How can we include a name of the constraint in the error?
The text was updated successfully, but these errors were encountered: