Database table rights
Usage
The table rights contains configured rights.
Rights are clientwide ressources.
Table structure
Field name | Field specification | Comment / Explanation |
---|---|---|
idright | int(11) | Primary key (auto increment) |
user_id | varchar(32) | Foreign key to table user |
idarea | int(11) | Foreign key to table area |
idaction | int(11) | Foreign key to table actions |
idcat | int(11) | Foreign key to table cat |
idclient | int(11) | Foreign key to table clients |
idlang | int(11) | Foreign key to table lang |
type | tinyint(1) | ? |
Generic DB information
ItemCollection | Item |
---|---|
cApiRightCollection | cApiRight |
Previous changes of this table
This table was not changed since the final release of CONTENIDO 4.9.