Columns
Column | Type | Size | Nulls | Auto | Default | Children | Parents | Comments | ||
---|---|---|---|---|---|---|---|---|---|---|
notification_id | int8 | 19 | null |
|
|
|||||
locale | varchar | 14 | √ | null |
|
|
||||
setting_name | varchar | 64 | null |
|
|
|||||
setting_value | text | 2147483647 | null |
|
|
|||||
setting_type | varchar | 6 | null |
|
|
(bool|int|float|string|object) |
Indexes
Constraint Name | Type | Sort | Column(s) |
---|---|---|---|
notification_settings_notification_id | Performance | Asc | notification_id |
notification_settings_pkey | Must be unique | Asc/Asc/Asc | notification_id + locale + setting_name |