The table privacy_group defines all type of privacy group. These privacy group are used to say if someone can read and/or write in a flexible element.
Name | Type | Not Null | Primary Key | Foreign Key | Remarks |
:——— | :——— | :————- | :—————- | :—————- | :———— |
id_privacy_group | integer | X | X | This is the primary key of the table. | |
code | integer | X | This is the code of the privacy group, more precisely a little label which wil identify the privacy group for the user. | ||
title | character varying(8192) | X | This is the title of the privacy group. It is not the same as the column code which is shorter than the title. | ||
id_organization | integer | X | organization(id_organization) | This is a foreign key to the table organization. |