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 | false |
Constraints
| Name | Type | Definition |
|---|---|---|
| aistypes_id_not_null | n | NOT NULL id |
| aistypes_pkey | PRIMARY KEY | PRIMARY KEY (id) |
Indexes
| Name | Definition |
|---|---|
| aistypes_pkey | CREATE UNIQUE INDEX aistypes_pkey ON public.aistypes USING btree (id) |
Relations
erDiagram
"public.aistypes" {
text description ""
numeric id ""
}
Generated by tbls