community_user

164 rows


Description

Stores Users tagged to a community

Columns

Column Type Size Nulls Auto Default Children Parents Comments
community_id VARCHAR 36 null
user_id VARCHAR 36 null
created_at TIMESTAMP 19 null
updated_at TIMESTAMP 19 null

Indexes

Constraint Name Type Sort Column(s)
community_id Performance Asc community_id
user_id Performance Asc user_id

Relationships