report_comments

20288 rows


Description

Stores comments for issues raised through IMS

Columns

Column Type Size Nulls Auto Default Children Parents Comments
id VARCHAR 36 null
comment LONGTEXT 2147483647 null
report_id VARCHAR 36 null
user_id VARCHAR 36 null
created_at TIMESTAMP 19 null
updated_at TIMESTAMP 19 null
deleted_at TIMESTAMP 19 null
deleted_by VARCHAR 36 null

User Id

freescout_thread_id VARCHAR 36 null
report_parent TINYINT 3 null
is_owner TINYINT 3 null
user_name VARCHAR 125 null

Indexes

Constraint Name Type Sort Column(s)
PRIMARY Primary key Asc id
report_comments_ibfk_3_idx Performance Asc deleted_by
report_id Performance Asc report_id
user_id Performance Asc user_id

Relationships