When trying to go to my userId relation under the cursor with <C-]> it automatically goes to auth.users table but can't find anything since that table doesn't exist in my project. Is there a way to configure this so that it goes to public.users instead?
Hello,
When trying to go to my userId relation under the cursor with
<C-]>
it automatically goes toauth.users
table but can't find anything since that table doesn't exist in my project. Is there a way to configure this so that it goes topublic.users
instead?Thanks for you time!