First attempt to database design - Work in Progress

This commit is contained in:
Al-P 2019-07-31 12:30:48 +02:00
parent 7e7521aa36
commit 6362e5039f
1 changed files with 15 additions and 0 deletions

View File

@ -0,0 +1,15 @@
#Entities and IDs are listed here
News(NID,)
Event(EID,)
Organisation(OID)
Location(LID)
Know_How_Background(KNID)
Event_Kategorie(EKID)
Tag(TID)
News_Kategorie(NKID)
Channel_Kategorie(CKID)
#Relationcharts are listed here
News-News_Kategorie(NNKID,NID,NKID)
News-Channel_Kategorie(NCKID,NID,CKID)