report_comment

-1 rows


Columns

Column Type Size Nulls Auto Default Children Parents Comments
id bigserial 19 nextval('report_comment_id_seq'::regclass)
status varchar 32 null
reporter_id varchar 64 null
user.userid report_comment_reporter_id_fkey R
comment_id varchar 16 null
comment.pub_id report_comment_comment_id_fkey R
report_reason varchar 32 null
source varchar 32 null
created_at timestamptz 35,6 now()

Indexes

Constraint Name Type Sort Column(s)
report_comment_pkey Primary key Asc id
ix_report_comment_comment_id Performance Asc comment_id

Relationships