Keyboard shortcuts

Press or to navigate between chapters

Press S or / to search in the book

Press ? to show this help

Press Esc to hide this help

public.badges

Description

Badges descriptions

Columns

NameTypeDefaultNullable
descriptiontexttrue
nametexttrue

Constraints

NameTypeDefinition
badges_name_keyUNIQUEUNIQUE (name)

Indexes

NameDefinition
badges_name_keyCREATE UNIQUE INDEX badges_name_key ON public.badges USING btree (name)

Relations

erDiagram


"public.badges" {
  text description ""
  text name ""
}

Generated by tbls