Skip to content
GitLab
Explore
Sign in
Register
This is an archived project. Repository and other project resources are read-only.
alya
alya-testsuite4
Wiki
Database UML
Database UML
· Changes
Page history
Update Database UML
authored
Sep 07, 2020
by
Damien Dosimont
Hide whitespace changes
Inline
Side-by-side
Database-UML.md
View page @
76cfafe0
...
@@ -2,5 +2,9 @@
...
@@ -2,5 +2,9 @@
classDiagram
classDiagram
class XP
class XP
XP : +BIGINT[UNSIGNED] id
XP : +BIGINT[UNSIGNED] id
XP : +DATETIME date
XP : +DATETIME start_date
XP : +DATETIME end_date
XP : +CHAR(20) commit
XP : +VARCHAR(20) hpc_system
```
```
\ No newline at end of file