db_fs_file
Details of a file that is stored on the disk
Column | Type | References | Comments |
---|---|---|---|
id | Integer | Â | Primary key |
vdb_id | Integer | Â | Â |
content_type | String | Â | Mime type of this file |
local_path | String | Â | Path on the disk |
name | String | Â | Name of this file |
sz | Float | Â | Size of this file |