Database table template
Usage
The table template contains all Templates of the system.
Template is a clientwide ressource.
Table structure
Field name | Field specification | Comment / Explanation |
---|---|---|
idclient | int(11) | Foreign key to table clients |
idlay | int(11) | Foreign key to table lay |
idtpl | int(11) | Primary key (auto increment) |
idtplcfg | int(11) | Foreign key to table template_conf |
name | varchar(255) | Name of the template |
description | varchar(255) | Description of the template |
deletable | tinyint(1) | ? |
status | int(11) | ? |
defaulttemplate | tinyint(1) | Flag whether this is the default template or not |
author | varchar(32) | Username of the creator |
created | datetime | Date and time of creation |
lastmodified | datetime | Date and time of last modification |
Generic DB information
ItemCollection | Item |
---|---|
cApiTemplateCollection | cApiTemplate |
Previous changes of this table
This table was not changed since the final release of CONTENIDO 4.9.