User Tools

Site Tools


Sidebar

Table listing

Here is the list of all tables created in the database.

Clic on a table name for more informations.

model:privacy_group_permission

Table privacy\_group\_permission

Remarks

This table corresponds associates a privacy group to a profile.

Schema

Name Type Not Null Primary Key Foreign Key Remarks
:———:———:————-:—————-:—————-:————
id_permission integer X X This is the primary key of the table.
permission character varying(255) X It corresponds to a java enumeration (NONE, READ or WRITE) and defines the access right to the resource related in the privacy group.
id_privacy_group integer X privacy\_group(id_privacy_group) This is a foreign key to the table privacy_group.
id_profile integer X profile(id_profile) This is a foreign key to the table profile.

Diagram

model/privacy_group_permission.txt · Last modified: 2016/01/11 21:38 (external edit)