aistypes AIS Ship Types, https://api.vesselfinder.com/docs/ref-aistypes.html
| Name | Type | Default | Nullable |
| description | text | | true |
| id | numeric | | false |
| Name | Type | Definition |
| aistypes_id_key | UNIQUE | UNIQUE (id) |
| aistypes_id_not_null | n | NOT NULL id |
| aistypes_pkey | PRIMARY KEY | PRIMARY KEY (id) |
| Name | Definition |
| aistypes_id_key | CREATE UNIQUE INDEX aistypes_id_key ON public.aistypes USING btree (id) |
| aistypes_pkey | CREATE UNIQUE INDEX aistypes_pkey ON public.aistypes USING btree (id) |
erDiagram
"public.aistypes" {
text description ""
numeric id ""
}
Generated by tbls