Update ERD mermiad diagram

This commit is contained in:
xbgmsharp
2023-11-14 23:49:30 +01:00
parent e1e7da779e
commit f9ed13761c
2 changed files with 8 additions and 7 deletions

View File

@@ -90,7 +90,7 @@ erDiagram
integer moorage_id "Link api.moorages with api.stays via FOREIGN KEY and REFERENCES" integer moorage_id "Link api.moorages with api.stays via FOREIGN KEY and REFERENCES"
text name text name
text notes text notes
integer stay_code integer stay_code "Link api.stays_at with api.stays via FOREIGN KEY and REFERENCES"
text vessel_id "{NOT_NULL}" text vessel_id "{NOT_NULL}"
} }
@@ -240,6 +240,7 @@ erDiagram
api_stays }o--|| api_metadata : "" api_stays }o--|| api_metadata : ""
api_moorages }o--|| api_stays_at : "" api_moorages }o--|| api_stays_at : ""
api_stays }o--|| api_moorages : "" api_stays }o--|| api_moorages : ""
api_stays }o--|| api_stays_at : ""
auth_otp |o--|| auth_accounts : "" auth_otp |o--|| auth_accounts : ""
auth_vessels |o--|| auth_accounts : "" auth_vessels |o--|| auth_accounts : ""
``` ```