Database table file_information
Usage
The table file_information contains meta data of various files of the frontend.
File informations are systemwide ressources.
Table structure
Field name | Field specification | Comment / Explanation |
---|---|---|
idsfi | int(11)Â | Primary key (auto increment) |
idclient | int(11) | Foreign key to table clients |
type | varchar(32) | Type of the file |
filename | varchar(255) | Name of the file |
created | datetime | Date and time of creation |
lastmodified | datetime | Date and time of last modification |
author | varchar(32) | Username of the author |
modifiedby | varchar(32) | Username of last modifier |
description | text | Description of the file |
Generic DB information
ItemCollection | Item |
---|---|
cApiFileInformationCollection | cApiFileInformation |
Previous changes of this table
This table was not changed since the final release of CONTENIDO 4.9.