Columns
| Column | Type | Size | Nulls | Auto | Default | Children | Parents | Comments | ||
|---|---|---|---|---|---|---|---|---|---|---|
| id | int4 | 10 | √ | null |
|
|
||||
| description | text | 2147483647 | null |
|
|
|||||
| previous_id | int4 | 10 | √ | null |
|
|
||||
| national_society_id | int4 | 10 | null |
|
|
Indexes
| Constraint Name | Type | Sort | Column(s) |
|---|---|---|---|
| eap_keyactor_pkey | Primary key | Asc | id |
| eap_keyactor_national_society_id_d356969c | Performance | Asc | national_society_id |
Check Constraints
| Constraint Name | Constraint |
|---|---|
| eap_keyactor_previous_id_check | ((previous_id >= 0)) |

