| Name | Type | Default | Nullable | Children | Parents | Comment |
|---|---|---|---|---|---|---|
| id | varchar(255) | false | ||||
| contact_id | varchar(255) | true | ||||
| participant_id | varchar(255) | true | ||||
| participant_role | varchar(255) | true | ||||
| content | varchar | true | ||||
| begin_offset_millis | integer | true | ||||
| end_offset_millis | integer | true | ||||
| sentiment | varchar(255) | true | ||||
| db_last_updated | timestamp without time zone | true |
| Name | Type | Definition |
|---|---|---|
| pk_transcript_segment | PRIMARY KEY | PRIMARY KEY (id) |
| Name | Definition |
|---|---|
| pk_transcript_segment | CREATE UNIQUE INDEX pk_transcript_segment ON contactcentredb.transcript_segment USING btree (id) |
Generated by tbls