Columns
| Column | Type | Size | Nulls | Auto | Default | Children | Parents | Comments | |||
|---|---|---|---|---|---|---|---|---|---|---|---|
| id | text | 2147483647 | (gen_random_uuid())::text |
|
|
||||||
| room_id | text | 2147483647 | null |
|
|
||||||
| node_id | text | 2147483647 | null |
|
|
||||||
| text | 2147483647 | null |
|
|
|||||||
| text | 2147483647 | √ | null |
|
|
||||||
| body | text | 2147483647 | null |
|
|
||||||
| created_at | timestamptz | 35,6 | now() |
|
|
Indexes
| Constraint Name | Type | Sort | Column(s) |
|---|---|---|---|
| card_comments_pkey | Primary key | Asc | id |
| idx_card_comments_room | Performance | Asc | room_id |
| idx_card_comments_room_node | Performance | Asc/Asc | room_id + node_id |