Columns
| Column | Type | Size | Nulls | Auto | Default | Children | Parents | Comments | |||
|---|---|---|---|---|---|---|---|---|---|---|---|
| id | bigserial | 19 | √ | nextval('sales_copilot_response_feedback_id_seq'::regclass) |
|
|
|||||
| question_id | varchar | 8 | null |
|
|
||||||
| user_id | varchar | 64 | null |
|
|
||||||
| thumbs | thumbs_up_down | 2147483647 | null |
|
|
||||||
| text | varchar | 512 | √ | null |
|
|
|||||
| created_at | timestamptz | 35,6 | √ | now() |
|
|
|||||
| updated_at | timestamptz | 35,6 | √ | now() |
|
|
Indexes
| Constraint Name | Type | Sort | Column(s) |
|---|---|---|---|
| sales_copilot_response_feedback_pkey | Primary key | Asc | id |