Database table upl_meta
Usage
The table upl_meta contains the meta information for files in the local file system.
Upload meta is a clientwide ressource.
Table structure
Field name | Field specification | Comment / Explanation |
---|---|---|
id_uplmeta | int(11)Â | Primary key (auto increment) |
idupl | int(11) | Foreign key to table upl |
idlang | int(11) | Foreign key to table lang |
medianame | varchar(255) | Media name |
description | text | Description |
keywords | text | Keywords |
internal_notice | text | Internal notice |
author | varchar(32) | Username of the author |
created | datetime | Date and time of creation |
lastmodified | datetime | Date and time of the last modification |
modifiedby | varchar(32) | Username of the last modifier |
copyright | text | Copyright |
Generic DB information
ItemCollection | Item |
---|---|
cApiUploadMetaCollection | cApiUploadMeta |
Previous changes of this table
This table was not changed since the final release of CONTENIDO 4.9.