public.aistypes
Description
aistypes AIS Ship Types, https://api.vesselfinder.com/docs/ref-aistypes.html
Columns
| Name | Type | Default | Nullable |
|---|---|---|---|
| description | text | true | |
| id | numeric | true |
Constraints
| Name | Type | Definition |
|---|---|---|
| aistypes_id_key | UNIQUE | UNIQUE (id) |
Indexes
| Name | Definition |
|---|---|
| aistypes_id_key | CREATE UNIQUE INDEX aistypes_id_key ON public.aistypes USING btree (id) |
Relations
erDiagram
"public.aistypes" {
text description ""
numeric id ""
}
Generated by tbls