Database table dbfs
Usage
The table dbfs contains the content of the database file system. Dbfs is a client ressource.
Dbfs is a clientwide ressource.
Table structure
Field name | Field specification | Comment / Explanation |
---|---|---|
iddbfs | int(11)Â | Primary key (auto increment) |
idclient | int(11) | Foreign key to table clients |
dirname | text | Path of the virtual directory |
filename | text | Name of the virtual file |
mimetype | varchar(64) | Mime type of the virtual file |
size | int(11) | Size of the virtual file |
content | longblob | Content of the virtual file |
created | datetime | Date and time of creation |
author | varchar(32) | Username of the author |
modified | datetime | Date and time of the last modification |
modifiedby | varchar(32) | Username of the last modifier |
Generic DB information
ItemCollection | Item |
---|---|
cApiDbfsCollection | cApiDbfs |
Previous changes of this table
This table was not changed since the final release of CONTENIDO 4.9.