Skip to content

public.github_organizations

Description

Columns

NameTypeDefaultNullableChildrenParentsComment
iduuidgen_random_uuid()falsepublic.user_github_org_memberships public.user_github_repositories
github_org_idbigintfalse
loginvarchar(255)false
avatar_urltexttrue
html_urltexttrue
descriptiontexttrue
created_attimestamp with time zonenow()false
updated_attimestamp with time zonenow()false

Constraints

NameTypeDefinition
github_organizations_pkeyPRIMARY KEYPRIMARY KEY (id)
uq_github_organizations_github_org_idUNIQUEUNIQUE (github_org_id)

Indexes

NameDefinition
github_organizations_pkeyCREATE UNIQUE INDEX github_organizations_pkey ON public.github_organizations USING btree (id)
uq_github_organizations_github_org_idCREATE UNIQUE INDEX uq_github_organizations_github_org_id ON public.github_organizations USING btree (github_org_id)
idx_github_organizations_loginCREATE INDEX idx_github_organizations_login ON public.github_organizations USING btree (login)

Relations


Generated by tbls

Open-source test coverage insights