Database table template

Usage

The table template contains all Templates of the system.

Template is a clientwide ressource.

Table structure

Field nameField specificationComment / Explanation
idclientint(11)Foreign key to table clients
idlayint(11)Foreign key to table lay
idtplint(11)Primary key (auto increment)
idtplcfgint(11)Foreign key to table template_conf
namevarchar(255)Name of the template
descriptionvarchar(255)Description of the template
deletabletinyint(1)?
statusint(11)?
defaulttemplatetinyint(1)Flag whether this is the default template or not
authorvarchar(32)Username of the creator
createddatetimeDate and time of creation
lastmodifieddatetimeDate and time of last modification

Generic DB information

ItemCollectionItem
cApiTemplateCollectioncApiTemplate

Previous changes of this table

This table was not changed since the final release of CONTENIDO 4.9.