FFS_FILE_METADATA
Stores meta data of files uploaded to storage as file properties or as a part of submitted forms.
Details
-
Schema: FUSION
-
Object owner: FFS
-
Object type: TABLE
-
Tablespace: DATA
Primary Key
| Name | Columns |
|---|---|
|
FFS_FILE_METADATA_PK |
FILE_ID |
Columns
| Name | Datatype | Length | Precision | Not-null | Comments |
|---|---|---|---|---|---|
| FILE_ID | NUMBER | 19 | Yes | Identity of the file in Object Storage. Primary Identifier. | |
| NAME | VARCHAR2 | 1020 | Stored in Object Storage file name. | ||
| CONTENT_TYPE | VARCHAR2 | 1020 | Stored in Object Storage file content type. | ||
| FILE_SIZE | NUMBER | 10 | Yes | Stored in Object Storage file size. | |
| THUMB_SIZE | NUMBER | 10 | Yes | Stored in Object Storage file thumbnail file size. | |
| DESCRIPTION | VARCHAR2 | 1020 | Stored in Object Storage file decription. | ||
| CREATED | TIMESTAMP | Yes | Stored in Object Storage file creation time. | ||
| UPDATED | TIMESTAMP | Stored in Object Storage last update time. | |||
| RECORD_TYPE | VARCHAR2 | 20 | Defines if the file is a part of a group. | ||
| MASTER_FILE_ID | NUMBER | 19 | One-to-many relation between files. | ||
| STATUS | VARCHAR2 | 20 | Current uploading status to storage. | ||
| URI | VARCHAR2 | 1020 | Stored in Object Storage file uri. | ||
| THUMB_URI | VARCHAR2 | 1020 | Thumb file uri path or collage coordinates string, json. | ||
| EXTERNAL_ID | VARCHAR2 | 1020 | File external Id............... | ||
| STORAGE | VARCHAR2 | 20 | Stored in Object Storage file storage. | ||
| COORD_X | NUMBER | 8 | Stored in Object Storage file Coord x. | ||
| COORD_Y | NUMBER | 8 | Stored in Object Storage file Coord y. | ||
| CREATED_BY | VARCHAR2 | 64 | Yes | Who column: indicates the user who created the row. | |
| CREATION_DATE | TIMESTAMP | Yes | Who column: indicates the date and time of the creation of the row. | ||
| LAST_UPDATED_BY | VARCHAR2 | 64 | Yes | Who column: indicates the user who last updated the row. | |
| LAST_UPDATE_DATE | TIMESTAMP | Yes | Who column: indicates the date and time of the last update of the row. | ||
| LAST_UPDATE_LOGIN | VARCHAR2 | 32 | Who column: indicates the session login associated to the user who last updated the row. |
Indexes
| Index | Uniqueness | Tablespace | Columns |
|---|---|---|---|
| FFS_FILE_METADATA_N1 | Non Unique | DATA | MASTER_FILE_ID |
| FFS_FILE_METADATA_PK | Unique | DATA | FILE_ID |