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
| Name | Type | Default | Nullable |
|---|---|---|---|
| country | text | true | |
| country_id | integer | true | |
| id | numeric | true |
Constraints
| Name | Type | Definition |
|---|---|---|
| mid_id_key | UNIQUE | UNIQUE (id) |
Indexes
| Name | Definition |
|---|---|
| mid_id_key | CREATE 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