Update DB - Schema

Jannik Meier 2023-11-28 11:35:15 +01:00
parent 35a8ef2943
commit c80129886a

@ -13,18 +13,28 @@ This chapter contains the structure of our internal database tables.
### Group ### Group
- Name - Name (str)
- UID*
### UserxGroup ### UserxGroup
- User - User (ref)
- Group - Group (ref)
### GroupxRecordType ### GroupxRecordType
- Group - Group (ref)
- Recordtype - Recordtype (ref)
### RecordType ### RecordType
- Name - Name (str)
### RecordAttribute
- RecordType (ref)
- Value (str)
- Datatype (str)
- Locked (bool)
- Unique (bool)
-