Skip to content
Snippets Groups Projects
Commit 1ef6c202 authored by Rune Åvar Ødegård's avatar Rune Åvar Ødegård
Browse files

Edit ravendb.md

parent fe855af0
No related branches found
No related tags found
No related merge requests found
...@@ -50,21 +50,6 @@ erDiagram ...@@ -50,21 +50,6 @@ erDiagram
TIMESTAMP to_time TIMESTAMP to_time
} }
USERGROUP {
INTEGER userid PK
INTEGER groupid PK
}
USER {
INTEGER id PK
}
GROUP {
INTEGER id PK
}
USER ||--o{ USERGROUP : "has"
GROUP ||--o{ USERGROUP : "includes"
eea_adjustmenttypes { eea_adjustmenttypes {
VARCHAR id PK "PRIMARY KEY" VARCHAR id PK "PRIMARY KEY"
VARCHAR label VARCHAR label
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment