Database table template_conf
Usage
The table template_conf contains all Template configurations of the system.
Template config is a clientwide ressource.
Table structure
Field name | Field specification | Comment / Explanation |
---|---|---|
idtplcfg | int(11) | Primary key (auto increment) |
idtpl | int(11) | Foreign key to table template |
status | int(11) | ? |
author | varchar(32) | Username of the creator |
created | varchar(14) | Timestamp of creation |
lastmodified | datetime | Date and time of last modification |
Generic DB information
ItemCollection | Item |
---|---|
cApiTemplateConfigurationCollection | cApiTemplateConfiguration |
Previous changes of this table
This table was not changed since the final release of CONTENIDO 4.9.