Columns
| Column | Type | Size | Nulls | Auto | Default | Children | Parents | Comments | |||
|---|---|---|---|---|---|---|---|---|---|---|---|
| user_id | uuid | 2147483647 | null |
|
|
||||||
| last_viewed_cardgroup_id | uuid | 2147483647 | √ | null |
|
|
|||||
| updated_at | timestamptz | 35,6 | now() |
|
|
||||||
| learn_display_mode | text | 2147483647 | 'flip_to_reveal'::text |
|
|
Indexes
| Constraint Name | Type | Sort | Column(s) |
|---|---|---|---|
| user_preferences_pkey | Primary key | Asc | user_id |
| idx_user_preferences_last_viewed_cardgroup_id | Performance | Asc | last_viewed_cardgroup_id |
Check Constraints
| Constraint Name | Constraint |
|---|---|
| user_preferences_learn_display_mode_check | (learn_display_mode = ANY (ARRAY['flip_to_reveal'::text, 'always_visible'::text])) |

