UserMessagingIntroMessages


Description

Users’ intro message.

Columns

Column Type Size Nulls Auto Default Children Parents Comments
userId uuid 2147483647 null
Users.id UserMessagingIntroMessages_userId_fkey C

Id of the user this message belongs to.

message text 2147483647 null

Users’ intro message content.

autoSend bool 1 null

Auto send this message when the user initiates a new chat.

createdAt timestamptz 35,6 now()
updatedAt timestamptz 35,6 now()

Indexes

Constraint Name Type Sort Column(s)
UserMessagingIntroMessages_pkey Primary key Asc userId

Relationships