Columns
| Column | Type | Size | Nulls | Auto | Default | Children | Parents | Comments | |||
|---|---|---|---|---|---|---|---|---|---|---|---|
| id | int4 | 10 | √ | null |
|
|
|||||
| followup_id | int4 | 10 | null |
|
|
||||||
| message | text | 2147483647 | null |
|
|
||||||
| create_user | text | 2147483647 | null |
|
|
||||||
| create_time | timestamptz | 35,6 | √ | CURRENT_TIMESTAMP |
|
|
|||||
| modify_time | timestamptz | 35,6 | √ | null |
|
|
|||||
| profile_user | text | 2147483647 | √ | null |
|
|
Indexes
| Constraint Name | Type | Sort | Column(s) |
|---|---|---|---|
| pk_followup_comments | Primary key | Asc | id |
| idx_followup_comments_followup_id | Performance | Asc | followup_id |

