call_insights_qna

1530 rows


Columns

Column Type Size Nulls Auto Default Children Parents Comments
id bigserial 19 nextval('call_insights_qna_id_seq'::regclass)
question_text text 2147483647 null
answer_text text 2147483647 null
answer_requested_status answer_requested_status 2147483647 null
snippets jsonb 2147483647 null
asked_by varchar 64 null
user.userid call_insights_qna_asked_by_fkey R
is_prepopulated bool 1 null
created_at timestamptz 35,6 now()
updated_at timestamptz 35,6 now()

Indexes

Constraint Name Type Sort Column(s)
call_insights_qna_pkey Primary key Asc id

Relationships