SVC_COLLAB_RESOURCES

This table is used to store collaboration users and channels.

Details

  • Schema: FUSION

  • Object owner: SVC

  • Object type: TABLE

  • Tablespace: Default

Primary Key

Name Columns

SVC_COLLAB_RESOURCES_PK

RESOURCE_ID

Columns

Name Datatype Length Precision Not-null Comments
RESOURCE_ID NUMBER 18 Yes Auto-generated number and primary key for this table.
ALTERNATE_GROUP_ID VARCHAR2 255 Indicates the team alternative identifier for collab channel. Example: Microsoft Teams identifier for a group of channels.
COLLAB_ID VARCHAR2 255 Yes Indicates the identifier of this resource in the native system. Example: slack user or channel identifier.
COLLAB_NAME VARCHAR2 400 Yes Indicates the resource name as shown on the native collaboration channel. Example: slack user or channel name.
DISPLAY_NAME VARCHAR2 400 Yes Indicates the user display name in the native system. Example: slack user or channel display name.
TEAM_ID VARCHAR2 255 Yes Indicates the workspace identifier of this user in the native system. Example: slack team identifier.
IMAGE_URL VARCHAR2 1000 URL in the native system to an image of the user.
COLLAB_GROUP_ID VARCHAR2 255 Indicates the teamid of the user or the channel in the native system.
COLLAB_GROUP_NAME VARCHAR2 400 Indicates the team name of the user or the channel in the native system.
RESOURCE_TYPE_CD VARCHAR2 30 Yes Indicate whether this record represents users, channel or private channel.
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_VERSION_NUMBER NUMBER 9 Yes Used to implement optimistic locking. This number is incremented every time that the row is updated. The number is compared at the start and end of a transaction to detect whether another session has updated the row since it was queried.

Foreign Keys

Table Foreign Table Foreign Key Column
svc_channel_via svc_collab_resources COLLAB_RESOURCE_ID

Indexes

Index Uniqueness Tablespace Columns
SVC_COLLAB_RESOURCES_PK Unique Default RESOURCE_ID
SVC_COLLAB_RESOURCES_U1 Unique Default TEAM_ID, COLLAB_ID