UCFFILE
|
Field Name |
Data Type |
Description |
|---|---|---|
|
ID |
BIGINT |
The primary key. |
|
FILENAME |
VARCHAR(255) |
The uploaded file name. |
|
DISPLAY_NAME |
VARCHAR(255) |
The UCF file name displayed in MVE. |
|
DATE_IMPORTED |
TIMESTAMP |
The time stamp of the upload of the file. |
|
SHA1 |
VARCHAR(255) |
The file content hash. |
|
DESCRIPTION |
VARCHAR(255) |
The description of the UCF file. |