Columns
| Column | Type | Size | Nulls | Auto | Default | Children | Parents | Comments | ||
|---|---|---|---|---|---|---|---|---|---|---|
| id | BIGINT | 19 | √ | null |
|
|
||||
| loan_id | BIGINT | 19 | null |
|
|
|||||
| closure_loan_id | BIGINT | 19 | null |
|
|
|||||
| account_transfer_details_id | BIGINT | 19 | √ | NULL |
|
|
||||
| topup_amount | DECIMAL | 19,6 | √ | NULL |
|
|
Indexes
| Constraint Name | Type | Sort | Column(s) |
|---|---|---|---|
| PRIMARY | Primary key | Asc | id |
| m_loan_topup_FK_account_transfer_details_id | Performance | Asc | account_transfer_details_id |
| m_loan_topup_FK_closure_loan_id | Performance | Asc | closure_loan_id |
| m_loan_topup_FK_loan_id | Performance | Asc | loan_id |