comment_mentioned_user


Columns

Column Type Size Nulls Auto Default Children Parents Comments
id bigserial 19 nextval('comment_mentioned_user_id_seq'::regclass)
comment_id int8 19 null
comment.id comment_mentioned_user_comment_id_foreignR
user_id int8 19 null
user.id comment_mentioned_user_user_id_foreignR
created_at timestamptz 35,6 CURRENT_TIMESTAMP

Indexes

Constraint Name Type Sort Column(s)
comment_mentioned_user_pkey Primary key Asc id

Relationships