Skip to content

Latest commit

 

History

History
33 lines (21 loc) · 830 Bytes

public.user.md

File metadata and controls

33 lines (21 loc) · 830 Bytes

public.user

Description

Users get automatically added, when a new user is created in auth.users

Columns

Name Type Default Nullable Children Parents Comment
id uuid false public.study public.study_subject public.repo
email text true
preferences jsonb true

Constraints

Name Type Definition
user_pkey PRIMARY KEY PRIMARY KEY (id)

Indexes

Name Definition
user_pkey CREATE UNIQUE INDEX user_pkey ON public."user" USING btree (id)

Relations

er


Generated by tbls