Changes for page Data Structures

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

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

Summary

Details

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