notifications
User notification flags for activity records.
| Name | Type | Nullable | Default Value | Notes |
|---|---|---|---|---|
user | integer | |||
record | bigint | |||
date | bigint | |||
flag | smallint | 0 |
| Name | Unique | Nulls Distinct | Primary | Partial | Method | Keys |
|---|---|---|---|---|---|---|
| i_notifications_user_date_record | btree | user, date, record | ||||
| pk_notifications | btree | user, record |
| Name | Type |
|---|---|
| dc_notifications_flag | check |
| pk_notifications | primary_key |
Loading...