You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Currently each user is attributed a Blob storage container to upload their picture. However, we might want multiple users to have access to multiple containers. Therefore, we need a DB structure to manage this in the upcoming futur.
---
title: Nachet DB Structure
---
erDiagram
user{
uuid id PK
text email
}
group{
uuid id PK
text name
uuid owner_id
}
container{
uuid id
text name
uuid created_by
}
user }o--o{ group: apart
container||--|| user: uses
container||--|| group: uses
Loading
TODO:
SQL Script to create all necessary tables
The text was updated successfully, but these errors were encountered:
Context:
Currently each user is attributed a Blob storage container to upload their picture. However, we might want multiple users to have access to multiple containers. Therefore, we need a DB structure to manage this in the upcoming futur.
TODO:
The text was updated successfully, but these errors were encountered: