Users get automatically added, when a new user is created in auth.users
Name | Type | Default | Nullable | Children | Parents | Comment |
---|---|---|---|---|---|---|
id | uuid | false | public.study public.study_subject public.repo | |||
text | true | |||||
preferences | jsonb | true |
Name | Type | Definition |
---|---|---|
user_pkey | PRIMARY KEY | PRIMARY KEY (id) |
Name | Definition |
---|---|
user_pkey | CREATE UNIQUE INDEX user_pkey ON public."user" USING btree (id) |
Generated by tbls