report


Columns

Column Type Size Nulls Auto Default Children Parents Comments
id bigserial 19 nextval('report_id_seq'::regclass)
report_asset.report_id report_asset_report_id_foreignR
user_id int8 19 null
user.id report_user_id_foreignR
article_id int8 19 null
article.id report_article_id_foreignR
comment_id int8 19 null
comment.id report_comment_id_foreignR
category varchar 255 null
description text 2147483647 null
contact varchar 255 null
created_at timestamptz 35,6 CURRENT_TIMESTAMP
remark text 2147483647 null

Indexes

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

Relationships