erDiagram
USER {
int id
string user_email
string password
}
TASK {
int id
string title
text description
string status
date dueDate
date createdAt
date updatedAt
}
USER_AUTHORITY {
int id
int userId
string authorityName
}
USER_TASK {
int id
int userId
int taskId
}
USER ||--o{ USER_AUTHORITY : has
USER_AUTHORITY }o--|| USER : belongs_to
USER ||--o{ USER_TASK : has
TASK ||--o{ USER_TASK : has
generated from octo-challenge/fullstack-challenge-template-nestjs
-
Notifications
You must be signed in to change notification settings - Fork 0
octo-challenge/fullstack-challenge-todo-be
Folders and files
Name | Name | Last commit message | Last commit date | |
---|---|---|---|---|
Repository files navigation
About
No description, website, or topics provided.
Resources
Stars
Watchers
Forks
Releases
No releases published
Packages 0
No packages published