Changes for page Data Structures

Last modified by Kerem Yollu on 2025/03/23 11:28

From version 12.2
edited by Kerem Yollu
on 2025/03/23 10:46
Change comment: There is no comment for this version
To version 11.8
edited by Kerem Yollu
on 2025/03/22 15:01
Change comment: There is no comment for this version

Summary

Details

Page properties
Content
... ... @@ -1,12 +1,10 @@
1 1  = Data Structures for KPM and database relations =
2 2  
3 3  
4 -= Core Entity Tables =
4 += Models =
5 5  
6 6  == Address ==
7 7  
8 -{{diagram/}}
9 -
10 10  {{code language="SQL"}}
11 11  -- Table: public.address
12 12  
... ... @@ -57,7 +57,7 @@
57 57   IS 'Optional: for geolocation';
58 58  {{/code}}
59 59  
60 -== Reference / Lookup Tables ==
58 +== Common Stand alone tables having the same Cols. and pointing to no other table ==
61 61  
62 62  === Company ===
63 63  
... ... @@ -75,21 +75,10 @@
75 75  
76 76  === Task ===
77 77  
78 -* task_category
79 -* task_type
80 -* task_status
76 +*
81 81  
82 -=== User ===
83 83  
84 -* user_role
85 -* user_type
86 86  
87 -=== Employee ===
88 -
89 -* employee_role
90 -* employee_status
91 -* employee_d
92 -
93 93  {{code language="sql"}}
94 94  DO $$
95 95  DECLARE