Changes for page Data Structures

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

From version 6.1
edited by Kerem Yollu
on 2025/03/21 16:13
Change comment: There is no comment for this version
To version 6.2
edited by Kerem Yollu
on 2025/03/21 16:15
Change comment: There is no comment for this version

Summary

Details

Page properties
Content
... ... @@ -106,8 +106,7 @@
106 106   IS 'Timestamp when the entry was created';
107 107  
108 108  COMMENT ON COLUMN public.company_status.updated_date
109 - IS 'Timestamp for when the entry was last updated (set via application logic or triggers)';
110 -{{/code}}
109 + IS 'Timestamp for when the entry was last updated (set via application logic or triggers)';{{/code}}
111 111  )))
112 112  * (((
113 113  == Company_relation ==
... ... @@ -145,8 +145,7 @@
145 145   IS 'Timestamp when the entry was created';
146 146  
147 147  COMMENT ON COLUMN public.company_relation.updated_date
148 - IS 'Timestamp for when the entry was last updated (set via application logic or triggers)';
149 -{{/code}}
147 + IS 'Timestamp for when the entry was last updated (set via application logic or triggers)';{{/code}}
148 +)))
150 150  
151 151  
152 -)))