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 nameField specificationComment / Explanation
idsfiint(11) Primary key (auto increment)
idclientint(11)Foreign key to table clients
typevarchar(32)Type of the file
filenamevarchar(255)Name of the file
createddatetimeDate and time of creation
lastmodifieddatetimeDate and time of last modification
authorvarchar(32)Username of the author
modifiedbyvarchar(32)Username of last modifier
descriptiontextDescription of the file

Generic DB information

ItemCollectionItem
cApiFileInformationCollectioncApiFileInformation

Previous changes of this table

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