Columns
Column | Type | Size | Nulls | Auto | Default | Children | Parents | Comments | ||
---|---|---|---|---|---|---|---|---|---|---|
id | bigserial | 19 | √ | nextval('app_workspace_off_notification_id_seq'::regclass) |
|
|
||||
course_id | int8 | 19 | null |
|
|
|||||
user_id | int8 | 19 | null |
|
|
|||||
time_created | int8 | 19 | null |
|
|
Indexes
Constraint Name | Type | Sort | Column(s) |
---|---|---|---|
app_workoffnoti_id_pk | Primary key | Asc | id |
app_workoffnoti_cou_ix | Performance | Asc | course_id |
app_workoffnoti_tim_ix | Performance | Asc | time_created |
app_workoffnoti_use_ix | Performance | Asc | user_id |
app_workoffnoti_usecou_uix | Must be unique | Asc/Asc | user_id + course_id |