Columns
| Column | Type | Size | Nulls | Auto | Default | Children | Parents | Comments |
|---|---|---|---|---|---|---|---|---|
| id | bigserial | 19 | √ | nextval('oc_notifications_settings_id_seq'::regclass) |
|
|
||
| user_id | varchar | 64 | null |
|
|
|||
| batch_time | int4 | 10 | 0 |
|
|
|||
| last_send_id | int8 | 19 | 0 |
|
|
|||
| next_send_time | int4 | 10 | 0 |
|
|
Indexes
| Constraint Name | Type | Sort | Column(s) |
|---|---|---|---|
| oc_notifications_settings_pkey | Primary key | Asc | id |
| notset_nextsend | Performance | Asc | next_send_time |
| notset_user | Must be unique | Asc | user_id |