Changes for page Data Structures

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

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

Summary

Details

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