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

Description

MMSI MID Codes (Maritime Mobile Service Identity) Filtered by Flag of Registration, https://www.marinevesseltraffic.com/2013/11/mmsi-mid-codes-by-flag.html

Columns

NameTypeDefaultNullable
countrytexttrue
country_idintegertrue
idnumerictrue

Constraints

NameTypeDefinition
mid_id_keyUNIQUEUNIQUE (id)

Indexes

NameDefinition
mid_id_keyCREATE UNIQUE INDEX mid_id_key ON public.mid USING btree (id)

Relations

erDiagram


"public.mid" {
  text country ""
  integer country_id ""
  numeric id ""
}

Generated by tbls