communication_user

0 rows


Description

Communication user records mapping

Columns

Column Type Size Nulls Auto Default Children Parents Comments
id BIGINT 19 null
commid BIGINT 19 null
communication.id commuser_com2_fkR

ID of the communication instance

userid BIGINT 19 null
user.id commuser_use2_fkR

ID of the moodle user to map with communication instance

synced BIT 1 0

The user is synced or not

deleted BIT 1 0

The user need to be deleted or not

Indexes

Constraint Name Type Sort Column(s)
PRIMARY Primary key Asc id
commuser_com_ix Performance Asc commid
commuser_use_ix Performance Asc userid

Relationships