FFS_FORM_DATA_FILE
Stores links to files uploaded on submit of forms.
Details
-
Schema: FUSION
-
Object owner: FFS
-
Object type: TABLE
-
Tablespace: DATA
Primary Key
Name | Columns |
---|---|
FFS_FORM_DATA_FILE_PK |
FORM_DATA_ID, FILE_ID |
Columns
Name | Datatype | Length | Precision | Not-null | Comments |
---|---|---|---|---|---|
FORM_DATA_ID | NUMBER | 10 | Yes | Link to the related FORM DATA ID related to FFS_FORM_DATA. | |
FILE_ID | NUMBER | 19 | Yes | System generated primary key column. Unique ID. | |
CREATED_AT | TIMESTAMP | Yes | Who column: indicates the date and time of the creation of the row. | ||
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_FORM_DATA_FILE_N1 | Non Unique | DATA | CREATED_AT |
FFS_FORM_DATA_FILE_N2 | Non Unique | DATA | FILE_ID |
FFS_FORM_DATA_FILE_PK | Unique | DATA | FORM_DATA_ID, FILE_ID |