Changes for page Data Structures

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

From version 7.1
edited by Kerem Yollu
on 2025/03/21 16:16
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
... ... @@ -107,10 +107,15 @@
107 107  
108 108  COMMENT ON COLUMN public.company_status.updated_date
109 109   IS 'Timestamp for when the entry was last updated (set via application logic or triggers)';{{/code}}
110 -)))
111 -* (((
112 -== Company_relation ==
113 113  
111 +
112 +
113 +----
114 +
115 +== Company ==
116 +
117 +* (((Relation))) *
118 +
114 114  * {{code language="sql"}}-- Table: public.company_relation
115 115  
116 116  -- DROP TABLE IF EXISTS public.company_relation;
... ... @@ -146,10 +146,7 @@
146 146  COMMENT ON COLUMN public.company_relation.updated_date
147 147   IS 'Timestamp for when the entry was last updated (set via application logic or triggers)';{{/code}}
148 148  
149 -
150 -)))
151 -* (((
152 -== Company_legal_form ==
154 +* Legal Form
153 153  
154 154  * {{code language="sql"}}-- Table: public.company_legal_form
155 155