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.aistypes

Description

aistypes AIS Ship Types, https://api.vesselfinder.com/docs/ref-aistypes.html

Columns

NameTypeDefaultNullable
descriptiontexttrue
idnumerictrue

Constraints

NameTypeDefinition
aistypes_id_keyUNIQUEUNIQUE (id)

Indexes

NameDefinition
aistypes_id_keyCREATE UNIQUE INDEX aistypes_id_key ON public.aistypes USING btree (id)

Relations

erDiagram


"public.aistypes" {
  text description ""
  numeric id ""
}

Generated by tbls