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
Generated SQL: auth.accounts (incorrect SQL)
Correct SQL: auth.accounts or worst case auth.accounts works
I can't add a db.raw(${AUTH_SCHEMA}.accounts since it expects a string.
The text was updated successfully, but these errors were encountered:
rubenferreira97
changed the title
Feature Request: Add foreign key constraint with a schema
Feature Request: Add foreign key constraint with schema
Feb 1, 2022
Hi, I am trying to add a foreign key between two different schemas, but I am facing the following problem:
Generated SQL:
auth.accounts
(incorrect SQL)Correct SQL:
auth
.accounts
or worst case auth.accounts worksI can't add a db.raw(${AUTH_SCHEMA}.accounts since it expects a string.
The text was updated successfully, but these errors were encountered: