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
but this ends up wrapping the cascade part in parens like ON DELETE(CASCADE), which is not the desired result. Is there any way to achieve the Postgres syntax with HoneySQL at the moment?
Thanks for your work on HoneySQL!
The text was updated successfully, but these errors were encountered:
I am looking to create a foreign key with referential integrity as so:
Documentation.
The closest I've been able to come up with:
but this ends up wrapping the cascade part in parens like
ON DELETE(CASCADE)
, which is not the desired result. Is there any way to achieve the Postgres syntax with HoneySQL at the moment?Thanks for your work on HoneySQL!
The text was updated successfully, but these errors were encountered: