Skip to content
GitLab
Projects
Groups
Topics
Snippets
/
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Register
Sign in
Toggle navigation
Menu
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 @
455e3e1a
...
...
@@ -15,7 +15,7 @@ classDiagram
class Build
Build: +BIGINT[UNSIGNED] id
Build: +VARCHAR[20]
name
Build: +VARCHAR[20]
compiler
Build: +VARCHAR[20] version
Build: +VARCHAR[20] platform
Build: +JSON options
...
...