Columns
| Column | Type | Size | Nulls | Auto | Default | Children | Parents | Comments | ||||||
|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|
| client_number_id | int8 | 19 | √ | null |
|
|
Sequentially assigned number to identify a ministry client. |
|||||||
| create_user | varchar | 100 | null |
|
|
The user or proxy account that created the record. |
||||||||
| create_date | timestamptz | 35,6 | CURRENT_TIMESTAMP |
|
|
The date and time the record was created. |
||||||||
| update_user | varchar | 100 | √ | null |
|
|
The user or proxy account that created or last updated the record. |
|||||||
| update_date | timestamptz | 35,6 | CURRENT_TIMESTAMP |
|
|
The date and time the record was created or last updated. |
||||||||
| forest_client_number | varchar | 2147483647 | null |
|
|
Id number as String from external Forest Client source(api/table) that identifies the Forest Client. |
Indexes
| Constraint Name | Type | Sort | Column(s) |
|---|---|---|---|
| fam_for_cli_pk | Primary key | Asc | client_number_id |
| fam_for_cli_num_uk | Must be unique | Asc | forest_client_number |
| ix_app_fam_fam_forest_client_forest_client_number | Performance | Asc | forest_client_number |

