highlight

6 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 highlight_userId_user_id_fk R
postId BIGINT 19 null
post.id highlight_postId_post_id_fk R
name VARCHAR 30 null

Indexes

Constraint Name Type Sort Column(s)
PRIMARY Primary key Asc id
highlight_postId_index Performance Asc postId
highlight_userId_index Performance Asc userId

Relationships