Olyno
09/10/2021, 11:33 PMBrandon Braner
09/11/2021, 12:55 AMBrandon Braner
09/11/2021, 12:57 AMBrandon Braner
09/11/2021, 1:00 AMPeanut
09/11/2021, 1:38 AMPeanut
09/11/2021, 1:48 AMdasbardgoet
09/11/2021, 4:35 AMtymur999
09/11/2021, 4:54 AMuser
09/11/2021, 7:02 AMPoypoypoy
09/11/2021, 7:47 AMbaptisteArno
09/11/2021, 9:49 AMHorseShoe
09/11/2021, 1:18 PMLalit
09/11/2021, 1:44 PMavi
09/11/2021, 5:11 PMavi
09/11/2021, 5:12 PMMatt Hudson
09/11/2021, 5:53 PMMatt Hudson
09/11/2021, 5:55 PMOlyno
09/12/2021, 12:11 AMLalit
09/12/2021, 3:38 AMOlyno
09/12/2021, 3:39 AMXyo
09/12/2021, 9:59 AMuser
09/12/2021, 11:41 AMThomas B
09/12/2021, 12:11 PMHal
09/12/2021, 1:49 PMNOTIFY pgrst, 'reload schema';
as [this answer](https://github.com/supabase/supabase/discussions/2935#discussioncomment-1230889) said, but it still doesn't work. Should I wait for a period? if yes, how long?Hal
09/12/2021, 11:07 PMrelation "auth.users" does not exist
mean? I want to create a users table in SQL editor but got this.Brock
09/12/2021, 11:20 PMHal
09/12/2021, 11:21 PMBrock
09/12/2021, 11:23 PMHal
09/12/2021, 11:24 PMauth.users
, should create with public.users
.Brock
09/12/2021, 11:25 PMcreate table public.profiles (
id uuid references auth.users not null,
first_name text,
last_name text,
primary key (id)
);
alter table public.profiles enable row level security;