disableNotification

1 rows


Columns

Column Type Size Nulls Auto Default Children Parents Comments
id BIGINT 19 null
createdOn DATETIME 19 current_timestamp()
userId BIGINT 19 null
user.id disableNotification_userId_user_id_fk R
postId BIGINT 19 null
post.id disableNotification_postId_post_id_fk R

Indexes

Constraint Name Type Sort Column(s)
PRIMARY Primary key Asc id
disableNotification_postId_index Performance Asc postId
disableNotification_postId_userId_unique_index Must be unique Asc/Asc postId + userId
disableNotification_userId_index Performance Asc userId

Relationships