m_loan_transaction_repayment_schedule_mapping

0 rows


Columns

Column Type Size Nulls Auto Default Children Parents Comments
id BIGINT 19 null
loan_transaction_id BIGINT 19 null
m_loan_transaction.id FK_mappings_m_loan_transactionR
loan_repayment_schedule_id BIGINT 19 null
m_loan_repayment_schedule.id FK_mappings_m_loan_repayment_scheduleR
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

Relationships