live_comments

0 rows


Columns

Column Type Size Nulls Auto Default Children Parents Comments
id INT 10 null
comment_history.comment_id comment_history_comment_id_fkey R
pinned_comments.comment_id pinned_comments_comment_id_fkey R
live_id INT 10 null
lives.id live_comments_live_id_fkey R
user_id INT 10 null
users.id live_comments_user_id_fkey R
comment TEXT 65535 null
is_pinned BIT 1 0
created_at DATETIME 23 CURRENT_TIMESTAMP(3)
updated_at DATETIME 19 null

Indexes

Constraint Name Type Sort Column(s)
PRIMARY Primary key Asc id
idx_live_comments_live_id Performance Asc live_id
idx_live_comments_user_id Performance Asc user_id

Relationships