FFS_CHAT_PARTICIPANT
Used to store participants taking part in Collaboration chats.
Details
-
Schema: FUSION
-
Object owner: FFS
-
Object type: TABLE
-
Tablespace: DATA
Columns
| Name | Datatype | Length | Precision | Not-null | Comments |
|---|---|---|---|---|---|
| CHAT_ID | NUMBER | 18 | Yes | Chat id for this chat participant. | |
| PART_ID | NUMBER | 18 | Unique identifier for chat participant. | ||
| INVITED_BY | NUMBER | 18 | Id of the user who invited this participant to the chat. | ||
| INVITED_TIME | TIMESTAMP | Time at which this participant is invited to the chat. | |||
| LEFT_TIME | TIMESTAMP | Time at which this participant left the chat. | |||
| PART_TYPE | NUMBER | 2 | Yes | Type of participant : user or bot. Value is : user -> 0, bot -> 1. | |
| 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. | ||
| CHAT_PARTICIPANT_ID | NUMBER | 18 | Contains unique identifier of the row. System generated. |
Indexes
| Index | Uniqueness | Tablespace | Columns |
|---|---|---|---|
| FFS_CHAT_PARTICIPANT_N1 | Non Unique | DATA | CHAT_ID |
| FFS_CHAT_PARTICIPANT_N2 | Non Unique | DATA | INVITED_BY |
| FFS_CHAT_PARTICIPANT_N3 | Non Unique | DATA | LEFT_TIME |
| FFS_CHAT_PARTICIPANT_N4 | Non Unique | DATA | PART_ID |
| FFS_CHAT_PARTICIPANT_U1 | Unique | DATA | CHAT_PARTICIPANT_ID |