Default schema for Foreign Keys #38828
Unanswered
tamaro-skaljic
asked this question in
Feature Requests
Replies: 0 comments
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
Current behavior
Currently the
public
schema is always selectedBecause I've enabled the
api
schema in the project settings, I always need to change the schema if I want to use it.Proposed behavior
Instead the schema should be selected, which is the schema of the table in which a foreign key is created. So:
Default Schema::
public
schema:public
.api
schema:api
.Beta Was this translation helpful? Give feedback.
All reactions