We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent ac0e911 commit 4f1d61fCopy full SHA for 4f1d61f
assets/database.mmd
@@ -73,7 +73,6 @@ erDiagram
73
PROBLEM_AUTHOR {
74
int problem_id FK
75
int user_id FK
76
- string role "setter/editor/tester"
77
}
78
USER ||--o{ PROBLEM_AUTHOR : ""
79
PROBLEM ||--o{ PROBLEM_AUTHOR : ""
@@ -100,7 +99,6 @@ erDiagram
100
99
CONTEST_AUTHOR {
101
int contest_id FK
102
103
- string role "coordinator/tester"
104
105
USER ||--o{ CONTEST_AUTHOR : ""
106
CONTEST ||--o{ CONTEST_AUTHOR : ""
assets/database.png
8.91 KB
0 commit comments