Columns
| Column | Type | Size | Nulls | Auto | Default | Children | Parents | Comments | ||
|---|---|---|---|---|---|---|---|---|---|---|
| id | BIGINT | 19 | √ | null |
|
|
||||
| guarantor_id | BIGINT | 19 | null |
|
|
|||||
| account_associations_id | BIGINT | 19 | null |
|
|
|||||
| amount | DECIMAL | 19,6 | null |
|
|
|||||
| amount_released_derived | DECIMAL | 19,6 | √ | NULL |
|
|
||||
| amount_remaining_derived | DECIMAL | 19,6 | √ | NULL |
|
|
||||
| amount_transfered_derived | DECIMAL | 19,6 | √ | NULL |
|
|
||||
| status_enum | SMALLINT | 5 | null |
|
|
Indexes
| Constraint Name | Type | Sort | Column(s) |
|---|---|---|---|
| PRIMARY | Primary key | Asc | id |
| FK_m_guarantor_fund_details_account_associations_id | Performance | Asc | account_associations_id |
| FK_m_guarantor_fund_details_m_guarantor | Performance | Asc | guarantor_id |