Changes for page Data Structures

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

From version 8.1
edited by Kerem Yollu
on 2025/03/21 16:24
Change comment: There is no comment for this version
To version 7.2
edited by Kerem Yollu
on 2025/03/21 16:21
Change comment: There is no comment for this version

Summary

Details

Page properties
Content
... ... @@ -113,9 +113,10 @@
113 113  ----
114 114  
115 115  == Company ==
116 +)))
117 +* (((
118 +== relation ==
116 116  
117 -* (((Relation))) *
118 -
119 119  * {{code language="sql"}}-- Table: public.company_relation
120 120  
121 121  -- DROP TABLE IF EXISTS public.company_relation;
... ... @@ -151,7 +151,10 @@
151 151  COMMENT ON COLUMN public.company_relation.updated_date
152 152   IS 'Timestamp for when the entry was last updated (set via application logic or triggers)';{{/code}}
153 153  
154 -* Legal Form
155 +
156 +)))
157 +* (((
158 +== Company_legal_form ==
155 155  
156 156  * {{code language="sql"}}-- Table: public.company_legal_form
157 157