Columns
| Column | Type | Size | Nulls | Auto | Default | Children | Parents | Comments | |||
|---|---|---|---|---|---|---|---|---|---|---|---|
| id | bigserial | 19 | √ | nextval('app_facetoface_facilitator_dates_id_seq'::regclass) |
|
|
|||||
| sessionsdateid | int8 | 19 | null |
|
|
||||||
| facilitatorid | int8 | 19 | null |
|
|
Indexes
| Constraint Name | Type | Sort | Column(s) |
|---|---|---|---|
| app_facefacidate_id_pk | Primary key | Asc | id |
| app_facefacidate_fac_ix | Performance | Asc | facilitatorid |
| app_facefacidate_ses_ix | Performance | Asc | sessionsdateid |
| app_facefacidate_sesfac_uix | Must be unique | Asc/Asc | sessionsdateid + facilitatorid |

