Columns
| Column | Type | Size | Nulls | Auto | Default | Children | Parents | Comments | |||
|---|---|---|---|---|---|---|---|---|---|---|---|
| id | serial | 10 | √ | nextval('follow_ups_id_seq'::regclass) |
|
|
|||||
| member_id | int4 | 10 | null |
|
|
||||||
| contactee_id | int4 | 10 | null |
|
|
||||||
| title | text | 2147483647 | √ | null |
|
|
|||||
| description | text | 2147483647 | √ | null |
|
|
|||||
| contact_time | timestamp | 29,6 | √ | null |
|
|
|||||
| created_at | timestamp | 29,6 | √ | null |
|
|
|||||
| updated_at | timestamp | 29,6 | √ | null |
|
|
Indexes
| Constraint Name | Type | Sort | Column(s) |
|---|---|---|---|
| follow_ups_pkey | Primary key | Asc | id |
| index_follow_ups_on_contactee_id | Performance | Asc | contactee_id |
| index_follow_ups_on_member_id | Performance | Asc | member_id |

