sales_copilot_response_feedback

53 rows


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
sales_copilot_qna.id sales_copilot_response_feedback_question_id_fkey R
user_id varchar 64 null
user.userid sales_copilot_response_feedback_user_id_fkey R
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

Relationships