Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

How is the instance table meant to be used? #358

Open
paulwongx opened this issue Oct 20, 2023 · 0 comments
Open

How is the instance table meant to be used? #358

paulwongx opened this issue Oct 20, 2023 · 0 comments

Comments

@paulwongx
Copy link

In term of the instance table, how is it meant to be used? Supbase mentions it as a table used to "manage users across multiple sites". What is an example of raw_base_config?

Is this table used to store each website OR each website user so raw_base_config would have something like ${website_url}:${user_id}?

The schema for instances is below:

create table
  auth.instances (
    id uuid not null,
    uuid uuid null,
    raw_base_config text null,
    created_at timestamp with time zone null,
    updated_at timestamp with time zone null,
    constraint instances_pkey primary key (id)
  ) tablespace pg_default;
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant