Database table lay
Usage
The table lay contains all Layouts of the system.
Layouts are clientwide ressources.
Table structure
Field name | Field specification | Comment / Explanation |
---|---|---|
idlay | int(11) | Primary key (auto increment) |
idclient | int(11) | Foreing key to table clients |
name | varchar(255) | Name of the layout |
alias | varchar(255) | Alias of the layout |
description | text | Description of the layout |
deletable | tinyint(1) | ? |
created | datetime | Date and time of creation |
lastmodified | datetime | Date and time of last modification |
Generic DB information
ItemCollection | Item |
---|---|
cApiLayoutCollection | cApiLayout |
Previous changes of this table
This table was not changed since the final release of CONTENIDO 4.9.