From c80129886aecdb07845b06191d6d994c1734e25e Mon Sep 17 00:00:00 2001 From: Jannik Meier Date: Tue, 28 Nov 2023 11:35:15 +0100 Subject: [PATCH] Update DB - Schema --- DB - Schema.-.md | 22 ++++++++++++++++------ 1 file changed, 16 insertions(+), 6 deletions(-) diff --git a/DB - Schema.-.md b/DB - Schema.-.md index 982c413..57cc4cb 100644 --- a/DB - Schema.-.md +++ b/DB - Schema.-.md @@ -13,18 +13,28 @@ This chapter contains the structure of our internal database tables. ### Group -- Name +- Name (str) +- UID* ### UserxGroup -- User -- Group +- User (ref) +- Group (ref) ### GroupxRecordType -- Group -- Recordtype +- Group (ref) +- Recordtype (ref) ### RecordType -- Name \ No newline at end of file +- Name (str) + +### RecordAttribute + +- RecordType (ref) +- Value (str) +- Datatype (str) +- Locked (bool) +- Unique (bool) +- \ No newline at end of file