InternalMessagingPlatformUsers


Description

Store internal user messaging platform data such as Slack IDs for Slack

Columns

Column Type Size Nulls Auto Default Children Parents Comments
id uuid 2147483647 gen_random_uuid()
userId uuid 2147483647 null
Users.id InternalMessagingPlatformUsers_userId_fkey C
slackId varchar 255 null
createdAt timestamptz 35,6 now()
updatedAt timestamptz 35,6 now()

Indexes

Constraint Name Type Sort Column(s)
InternalMessagingPlatformUsers_pkey Primary key Asc id
InternalMessagingPlatformUsers_slackId Performance Asc slackId
InternalMessagingPlatformUsers_slackId_key Must be unique Asc slackId
InternalMessagingPlatformUsers_userId Performance Asc userId

Relationships