Changes for page Data Structures
Last modified by Kerem Yollu on 2025/03/23 11:28
From version 11.1
edited by Kerem Yollu
on 2025/03/22 14:50
on 2025/03/22 14:50
Change comment:
There is no comment for this version
To version 10.1
edited by Kerem Yollu
on 2025/03/22 14:48
on 2025/03/22 14:48
Change comment:
There is no comment for this version
Summary
-
Page properties (1 modified, 0 added, 0 removed)
Details
- Page properties
-
- Content
-
... ... @@ -30,7 +30,7 @@ 30 30 COMMENT ON TABLE public.address 31 31 IS 'addresses table, instead of making use of addresses for ever company, customer and co... Prefer to make addresses table and then assign it to a company or a user etc.';{{/code}} 32 32 33 -== Common Stand alone tableshaving the same Cols. andpointing to no other table ==33 +== Common table having the same Cols. an pointing to no other table == 34 34 35 35 {{code language="sql"}} 36 36 DO $$