community_users

225019 rows


Description

Stores users tagged to a 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
is_liked TINYINT 3 1
is_bookmarked TINYINT 3 1
created_at DATETIME 19 null
updated_at DATETIME 19 null
deleted_at DATETIME 19 null
old_data_id INT 10 null

Indexes

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

Relationships