mirror of
https://github.com/xbgmsharp/postgsail.git
synced 2025-09-17 11:17:46 +00:00
update ERd diagram
This commit is contained in:
@@ -32,12 +32,14 @@ erDiagram
|
|||||||
boolean active
|
boolean active
|
||||||
double_precision beam
|
double_precision beam
|
||||||
text client_id
|
text client_id
|
||||||
|
text configuration
|
||||||
timestamp_with_time_zone created_at "{NOT_NULL}"
|
timestamp_with_time_zone created_at "{NOT_NULL}"
|
||||||
double_precision height
|
double_precision height
|
||||||
integer id "{NOT_NULL}"
|
integer id "{NOT_NULL}"
|
||||||
double_precision length
|
double_precision length
|
||||||
numeric mmsi
|
numeric mmsi
|
||||||
text name
|
text name
|
||||||
|
text platform
|
||||||
text plugin_version "{NOT_NULL}"
|
text plugin_version "{NOT_NULL}"
|
||||||
numeric ship_type
|
numeric ship_type
|
||||||
text signalk_version "{NOT_NULL}"
|
text signalk_version "{NOT_NULL}"
|
||||||
@@ -55,7 +57,7 @@ erDiagram
|
|||||||
double_precision longitude "With CONSTRAINT but allow NULL value to be ignored silently by trigger"
|
double_precision longitude "With CONSTRAINT but allow NULL value to be ignored silently by trigger"
|
||||||
jsonb metrics
|
jsonb metrics
|
||||||
double_precision speedoverground
|
double_precision speedoverground
|
||||||
status status "<sailing,motoring,moored,anchored>"
|
text status
|
||||||
timestamp_with_time_zone time "{NOT_NULL}"
|
timestamp_with_time_zone time "{NOT_NULL}"
|
||||||
text vessel_id "{NOT_NULL}"
|
text vessel_id "{NOT_NULL}"
|
||||||
double_precision windspeedapparent
|
double_precision windspeedapparent
|
||||||
|
Reference in New Issue
Block a user