Columns
Column | Type | Size | Nulls | Auto | Default | Children | Parents | Comments | ||
---|---|---|---|---|---|---|---|---|---|---|
id | BIGINT | 19 | √ | null |
|
|
||||
commid | BIGINT | 19 | null |
|
|
ID of the communication instance |
||||
userid | BIGINT | 19 | null |
|
|
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 |