Columns
| Column | Type | Size | Nulls | Auto | Default | Children | Parents | Comments | |||
|---|---|---|---|---|---|---|---|---|---|---|---|
| id | text | 2147483647 | null |
|
|
||||||
| room_id | text | 2147483647 | null |
|
|
||||||
| title | text | 2147483647 | null |
|
|
||||||
| summary | text | 2147483647 | null |
|
|
||||||
| raw_transcript | text | 2147483647 | √ | null |
|
|
|||||
| duration_seconds | int4 | 10 | √ | null |
|
|
|||||
| attendees | jsonb | 2147483647 | √ | null |
|
|
|||||
| key_topics | jsonb | 2147483647 | √ | null |
|
|
|||||
| meeting_date | text | 2147483647 | null |
|
|
||||||
| created_at | timestamptz | 35,6 | now() |
|
|
Indexes
| Constraint Name | Type | Sort | Column(s) |
|---|---|---|---|
| meeting_notes_pkey | Primary key | Asc | id |
| idx_meetings_room | Performance | Asc | room_id |