iUpdate ERD

This commit is contained in:
xbgmsharp
2023-11-18 21:34:22 +01:00
parent 5dd2875b91
commit 2e170c5480
2 changed files with 1 additions and 2 deletions

View File

@@ -4,7 +4,7 @@ The Entity-Relationship Diagram (ERD) provides a graphical representation of dat
## A global overview
Auto generated Mermaid diagram using [mermerd](https://github.com/KarnerTh/mermerd) and [MermaidJs](https://github.com/mermaid-js/mermaid).
[PostgSail Schema](https://github.com/xbgmsharp/postgsail/tree/main/ERD/postgsail.md "PostgSail Schema")
[PostgSail SQL Schema](https://github.com/xbgmsharp/postgsail/tree/main/ERD/postgsail.md "PostgSail SQL Schema")
## Further
There is 3 main schemas:

View File

@@ -107,7 +107,6 @@ erDiagram
text last "User last name with CONSTRAINT CHECK {NOT_NULL}"
text pass "{NOT_NULL}"
jsonb preferences
integer public_id "User public_id to allow mapping for anonymous access, could be use as well for as Grafana orgId {NOT_NULL}"
name role "{NOT_NULL}"
timestamp_without_time_zone updated_at "{NOT_NULL}"
text user_id "{NOT_NULL}"