m_loan_charge_paid_by

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__m_loan_transactionR
loan_charge_id BIGINT 19 null
m_loan_charge.id FK__m_loan_chargeR
amount DECIMAL 19,6 null
installment_number SMALLINT 5 NULL

Indexes

Constraint Name Type Sort Column(s)
PRIMARY Primary key Asc id
FK__m_loan_charge Performance Asc loan_charge_id
FK__m_loan_transaction Performance Asc loan_transaction_id

Relationships