...
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) | ? |
...