ricpt
07/29/2021, 9:46 PMricpt
07/29/2021, 9:46 PMKosh
07/29/2021, 9:48 PMKosh
07/29/2021, 9:49 PMGRANT INSERT
(name, picture, etc)
ON profile TO public;
Kosh
07/29/2021, 9:50 PMricpt
07/29/2021, 9:50 PMKosh
07/29/2021, 9:51 PMjon.m
07/29/2021, 10:14 PMjon.m
07/29/2021, 10:15 PMjon.m
07/29/2021, 10:15 PMOlyno
07/29/2021, 10:23 PMjon.m
07/29/2021, 10:33 PMalistair
07/29/2021, 11:22 PMricpt
07/29/2021, 11:33 PMricpt
07/29/2021, 11:34 PMricpt
07/29/2021, 11:37 PMcreate table leaderboard (
id uuid references auth.users,
high_score bigint
);
ricpt
07/29/2021, 11:37 PMricpt
07/29/2021, 11:40 PMScott P
07/29/2021, 11:52 PMpublic
as the schema for the table, does it work?;
sql
CREATE TABLE public.leaderboard (
id uuid references auth.users,
high_score bigint
)
Also, this probably belongs in the #869405720934744086 channelhieu
07/30/2021, 1:02 AMeverconfusedguy
07/30/2021, 1:50 AMa d
07/30/2021, 2:03 AMScott P
07/30/2021, 2:16 AMa d
07/30/2021, 2:16 AMa d
07/30/2021, 2:20 AMa d
07/30/2021, 2:23 AMAzura
07/30/2021, 2:24 AMjon.m
07/30/2021, 2:38 AMjon.m
07/30/2021, 2:38 AMVolkan
07/30/2021, 2:40 AM