Columns
| Column | Type | Size | Nulls | Auto | Default | Children | Parents | Comments | |||
|---|---|---|---|---|---|---|---|---|---|---|---|
| id | uuid | 2147483647 | gen_random_uuid() |
|
|
||||||
| sender_id | uuid | 2147483647 | null |
|
|
||||||
| receiver_id | uuid | 2147483647 | null |
|
|
||||||
| wishlist_item_id | uuid | 2147483647 | null |
|
|
||||||
| question_text | text | 2147483647 | null |
|
|
||||||
| answer_text | text | 2147483647 | √ | null |
|
|
|||||
| is_anonymous | bool | 1 | true |
|
|
||||||
| created_at | timestamptz | 35,6 | now() |
|
|
||||||
| updated_at | timestamptz | 35,6 | now() |
|
|
Indexes
| Constraint Name | Type | Sort | Column(s) |
|---|---|---|---|
| anonymous_hints_pkey | Primary key | Asc | id |
| idx_anon_hints_item | Performance | Asc | wishlist_item_id |
| idx_anon_hints_receiver | Performance | Asc | receiver_id |

