Database table actions
Usage
The table actions contains all Actions of the backend.
Basically, data of this table should not be changed, because it could affect the behaviour of the backend.
Actions are systemwide ressources.
Table structure
Field name | Field specification | Comment / Explanation |
---|---|---|
idaction | int(11)Â | Primary key (auto increment) |
idarea | int(11) | Foreign key to table area |
alt_name | varchar(255) | Unused. |
name | varchar(255) | (Internal) Name of the action |
code | text | Unused. |
location | varchar(255) | Unused. |
relevant | tinyint(1) | Flag for permission checks |
Generic DB information
ItemCollection | Item |
---|---|
cApiActionCollection | cApiAction |
Previous changes of this table
This table was not changed since the final release of CONTENIDO 4.9.