Database table mod
Usage
The table mod contains all available Modules.
Modules are clientwide ressources.
Table structure
Field name | Field specification | Comment / Explanation |
---|---|---|
idmod | int(11) | Primary key (auto increment) |
idclient | int(11) | Foreign key to table clients |
name | varchar(255) | Name of the module |
alias | varchar(255) | Alias of the module |
type | varchar(32) | Type of the module |
error | varchar(32) | ? |
description | text | Description for the module |
deletable | tinyint(1) | ? |
input | longtext | Unused. |
output | longtext | Unused. |
template | text | ? |
static | tinyint(1) | ? |
package_guid | varchar(64) | ? |
package_data | text | ? |
author | varchar(32) | Username of the creator |
created | datetime | Date and time of the creation |
lastmodified | datetime | Date and time of last modification |
Generic DB information
ItemCollection | Item |
---|---|
cApiModuleCollection | cApiModule |
Previous changes of this table
This table was not changed since the final release of CONTENIDO 4.9.