Changes for page Data Structures
Last modified by Kerem Yollu on 2025/03/23 11:28
From version 11.4
edited by Kerem Yollu
on 2025/03/22 14:59
on 2025/03/22 14:59
Change comment:
There is no comment for this version
To version 11.11
edited by Kerem Yollu
on 2025/03/22 15:10
on 2025/03/22 15:10
Change comment:
There is no comment for this version
Summary
-
Page properties (1 modified, 0 added, 0 removed)
Details
- Page properties
-
- Content
-
... ... @@ -1,7 +1,7 @@ 1 1 = Data Structures for KPM and database relations = 2 2 3 3 4 -= Models =4 += Core Entity Tables = 5 5 6 6 == Address == 7 7 ... ... @@ -55,7 +55,7 @@ 55 55 IS 'Optional: for geolocation'; 56 56 {{/code}} 57 57 58 -== Common Stand alonetables having thesameCols. and pointingto no other table ==58 +== Reference / Lookup Tables == 59 59 60 60 === Company === 61 61 ... ... @@ -62,8 +62,26 @@ 62 62 * company_legal_form 63 63 * company_relation 64 64 * company_status 65 -* 65 +* company_types 66 66 67 +=== Project === 68 + 69 +* project_areas 70 +* project_type 71 +* project_company_role 72 +* projects_person_role 73 + 74 +=== Task === 75 + 76 +* task_category 77 +* task_type 78 +* task_status 79 + 80 +=== User === 81 + 82 +* user_role 83 +* user_type 84 + 67 67 {{code language="sql"}} 68 68 DO $$ 69 69 DECLARE