SVC_URLS

This table is used to store URLs. URL_ID is primary / unique key in this table.

Details

  • Schema: FUSION

  • Object owner: FUSION

  • Object type: TABLE

  • Tablespace: Default

Primary Key

Name Columns

SVC_URLS_PK

URL_ID

Columns

Name Datatype Length Not-null Comments
URL_ID NUMBER Yes Auto-generated number and primary key for this table.
CREATION_DATE 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.
LAST_UPDATE_DATE TIMESTAMP Yes Who column: indicates the date and time of the last update of the row.
LAST_UPDATED_BY VARCHAR2 64 Yes Who column: indicates the user who last updated the row.
LAST_UPDATE_LOGIN VARCHAR2 32 Who column: indicates the session login associated to the user who last updated the row.
OBJECT_TYPE_CD VARCHAR2 30 Yes Lookup code that indicates the type of object (such as Social Post) to which this URL refers.
OBJECT_ID NUMBER Yes ID of the object (such as Social Post) to which this URL refers.
URL VARCHAR2 1000 Yes URL being associated to an object.
DELETED_FLAG VARCHAR2 1 Yes Indicates whether the URL is logically deleted (Y or N).

Indexes

Index Uniqueness Tablespace Columns
SVC_URLS_PK Unique Default URL_ID
SVC_URLS_U1 Unique Default OBJECT_TYPE_CD, OBJECT_ID, URL