erDiagram
USERS ||--o{ USER_TEAMS : ""
TEAMS ||--o{ USER_TEAMS : ""
TEAMS ||--o{ SUBMISSIONS : ""
USERS {
int user_id PK
string email
string username
}
TEAMS {
int team_id PK
string team_name
}
USER_TEAMS {
int user_id FK
int team_id FK
string user_team_id PK
}
SUBMISSIONS {
int submission_id PK
int team_id FK
string title
string description
}
-
Notifications
You must be signed in to change notification settings - Fork 0
A9-dev/hackathonhub
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