Columns
| Column | Type | Size | Nulls | Auto | Default | Children | Parents | Comments | ||
|---|---|---|---|---|---|---|---|---|---|---|
| id | bigserial | 19 | √ | nextval('app_facetoface_notification_sent_id_seq'::regclass) |
|
|
||||
| notificationid | int8 | 19 | 0 |
|
|
|||||
| sessionid | int8 | 19 | 0 |
|
|
|||||
| userid | int8 | 19 | 0 |
|
|
Indexes
| Constraint Name | Type | Sort | Column(s) |
|---|---|---|---|
| app_facenotisent_id_pk | Primary key | Asc | id |
| app_facenotisent_not_ix | Performance | Asc | notificationid |
| app_facenotisent_ses_ix | Performance | Asc | sessionid |
| app_facenotisent_use_ix | Performance | Asc | userid |

