SVC_TAGS

This table is used to store tags. TAG_ID is primary / unique key in this table.

Details

  • Schema: FUSION

  • Object owner: FUSION

  • Object type: TABLE

  • Tablespace: Default

Primary Key

Name Columns

SVC_TAGS_PK

TAG_ID

Columns

Name Datatype Length Not-null Comments
TAG_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 tag refers.
OBJECT_ID NUMBER Yes ID of the object (such as Social Post) to which this tag refers.
TAG VARCHAR2 400 Yes Text of the string (i.e. the tag) being associated to an object.
DELETED_FLAG VARCHAR2 1 Yes Indicates whether the tag is logically deleted (Y or N).

Indexes

Index Uniqueness Tablespace Columns
SVC_TAGS_PK Unique Default TAG_ID
SVC_TAGS_U1 Unique Default OBJECT_TYPE_CD, OBJECT_ID, TAG