community_comments

1526515 rows


Description

Stores comments of community

Columns

Column Type Size Nulls Auto Default Children Parents Comments
id VARCHAR 36 null
community_id VARCHAR 36 null
user_id VARCHAR 36 null
content MEDIUMTEXT 16777215 null
created_at DATETIME 19 null
updated_at DATETIME 19 null
deleted_at TIMESTAMP 19 null
deleted_by VARCHAR 36 null
old_data_id INT 10 null

Indexes

Constraint Name Type Sort Column(s)
PRIMARY Primary key Asc id
community_id Performance Asc community_id
user_id Performance Asc user_id

Relationships