Changes for page Data Structures

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

From version 11.9
edited by Kerem Yollu
on 2025/03/22 15:03
Change comment: There is no comment for this version
To version 12.1
edited by Kerem Yollu
on 2025/03/23 10:14
Change comment: There is no comment for this version

Summary

Details

Page properties
Content
... ... @@ -1,10 +1,12 @@
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  
8 +{{diagram/}}
9 +
8 8  {{code language="SQL"}}
9 9  -- Table: public.address
10 10  
... ... @@ -55,7 +55,7 @@
55 55   IS 'Optional: for geolocation';
56 56  {{/code}}
57 57  
58 -== Common Stand alone tables having the same Cols. and pointing to no other table ==
60 +== Reference / Lookup Tables ==
59 59  
60 60  === Company ===
61 61  
... ... @@ -82,9 +82,6 @@
82 82  * user_role
83 83  * user_type
84 84  
85 -
86 -
87 -
88 88  {{code language="sql"}}
89 89  DO $$
90 90  DECLARE