Database table upl
Usage
The table upl contains the content of the local file system.
Upload is a clientwide ressource.
Table structure
Field name | Field specification | Comment / Explanation |
---|---|---|
idupl | int(11)Â | Primary key (auto increment) |
idclient | int(11) | Foreign key to table clients |
filename | varchar(255) | Name of the file |
dirname | varchar(255) | Path of the directory |
filetype | varchar(255) | Type of the file |
size | int(11) | Size of the file |
status | int(11) | ? |
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 |
Generic DB information
ItemCollection | Item |
---|---|
cApiUploadCollection | cApiUpload |
Previous changes of this table
This table was not changed since the final release of CONTENIDO 4.9.