FFS_WMT_BANNER
Stores banner images for a WMT theme.
Details
-
Schema: FUSION
-
Object owner: FFS
-
Object type: TABLE
-
Tablespace: DATA
Primary Key
Name | Columns |
---|---|
FFS_WMT_BANNER_PK |
BANNER_ID |
Columns
Name | Datatype | Length | Precision | Not-null | Comments |
---|---|---|---|---|---|
BANNER_ID | NUMBER | 10 | Yes | Unique identifier of WMT banner. Sequence generated ID. | |
THEME_LABEL | VARCHAR2 | 280 | Unique identifier of WMT theme to which the banner belongs to. | ||
CONTENT | BLOB | Binary content of the banner's file. | |||
CONTENT_SIZE | NUMBER | 10 | Indicates banner's file size in bytes. | ||
MIME_TYPE | VARCHAR2 | 128 | Indicates banner's file MIME type. | ||
CONTENT_HASH | VARCHAR2 | 256 | Yes | Unique hash of the banner's file. Used for ETag HTTP header. | |
CREATED_AT | TIMESTAMP | Yes | Indicates date and time when the banner's file has been uploaded. Used for Last-Modified HTTP header. | ||
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_WMT_BANNER_N1 | Non Unique | DATA | THEME_LABEL |
FFS_WMT_BANNER_PK | Unique | DATA | BANNER_ID |