Update openapi and mermaid postgsail schema

This commit is contained in:
xbgmsharp
2024-12-02 21:33:37 +01:00
parent f72d6b9859
commit 48d19f656a
2 changed files with 16 additions and 1 deletions

View File

@@ -24,6 +24,14 @@ erDiagram
geography track_geog "postgis geography type default SRID 4326 Unit: degres"
jsonb track_geojson "store generated geojson with track metrics data using with LineString and Point features, we can not depend api.metrics table"
geometry track_geom "postgis geometry type EPSG:4326 Unit: degres"
tgeogpoint trip "MobilityDB trajectory"
tfloat trip_cog "courseovergroundtrue"
ttext trip_notes
tfloat trip_sog "speedoverground"
ttext trip_status
tfloat trip_twa "windspeedapparent"
tfloat trip_twd "truewinddirection"
tfloat trip_tws "truewindspeed"
text vessel_id "{NOT_NULL}"
}
@@ -187,6 +195,13 @@ erDiagram
numeric id
}
public_mobilitydb_opcache {
integer ltypnum
oid opid
integer opnum
integer rtypnum
}
public_ne_10m_geography_marine_polys {
text changed
text featurecla

File diff suppressed because one or more lines are too long