Columns
Column | Type | Size | Nulls | Auto | Default | Children | Parents | Comments | ||
---|---|---|---|---|---|---|---|---|---|---|
id | BIGINT | 19 | √ | null |
|
|
||||
loan_transaction_id | BIGINT | 19 | null |
|
|
|||||
loan_repayment_schedule_id | BIGINT | 19 | null |
|
|
|||||
amount | DECIMAL | 19,6 | null |
|
|
|||||
principal_portion_derived | DECIMAL | 19,6 | √ | NULL |
|
|
||||
interest_portion_derived | DECIMAL | 19,6 | √ | NULL |
|
|
||||
fee_charges_portion_derived | DECIMAL | 19,6 | √ | NULL |
|
|
||||
penalty_charges_portion_derived | DECIMAL | 19,6 | √ | NULL |
|
|
Indexes
Constraint Name | Type | Sort | Column(s) |
---|---|---|---|
PRIMARY | Primary key | Asc | id |
FK_mappings_m_loan_repayment_schedule | Performance | Asc | loan_repayment_schedule_id |
FK_mappings_m_loan_transaction | Performance | Asc | loan_transaction_id |