...
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 |
...