From 35a8ef2943eb73ab598d6197fbfdceb9ef55c438 Mon Sep 17 00:00:00 2001 From: Jannik Meier Date: Mon, 27 Nov 2023 16:41:41 +0100 Subject: [PATCH] Update DB - Schema --- DB - Schema.-.md | 20 +++++++++++++++++++- 1 file changed, 19 insertions(+), 1 deletion(-) diff --git a/DB - Schema.-.md b/DB - Schema.-.md index 0f2e35c..982c413 100644 --- a/DB - Schema.-.md +++ b/DB - Schema.-.md @@ -9,4 +9,22 @@ This chapter contains the structure of our internal database tables. - Username* - E-Mail* - Password -- UID* \ No newline at end of file +- UID* + +### Group + +- Name + +### UserxGroup + +- User +- Group + +### GroupxRecordType + +- Group +- Recordtype + +### RecordType + +- Name \ No newline at end of file