Columns
Indexes
| Constraint Name | Type | Sort | Column(s) |
|---|---|---|---|
| PRIMARY | Primary key | Asc | id |
| idx_meeting_users | Performance | Asc/Asc | meeting_id + user_id |
| idx_usr_mtg_mtg | Performance | Asc | meeting_id |
| idx_usr_mtg_usr | Performance | Asc | user_id |
| Constraint Name | Type | Sort | Column(s) |
|---|---|---|---|
| PRIMARY | Primary key | Asc | id |
| idx_meeting_users | Performance | Asc/Asc | meeting_id + user_id |
| idx_usr_mtg_mtg | Performance | Asc | meeting_id |
| idx_usr_mtg_usr | Performance | Asc | user_id |