m_loan_installment_charge

0 rows


Columns

Column Type Size Nulls Auto Default Children Parents Comments
id BIGINT 19 null
loan_charge_id BIGINT 19 null
m_loan_charge.id FK_loan_charge_id_charge_scheduleR
loan_schedule_id BIGINT 19 null
m_loan_repayment_schedule.id FK_loan_schedule_id_charge_scheduleR
due_date DATE 10 NULL
amount DECIMAL 19,6 null
amount_paid_derived DECIMAL 19,6 NULL
amount_waived_derived DECIMAL 19,6 NULL
amount_writtenoff_derived DECIMAL 19,6 NULL
amount_outstanding_derived DECIMAL 19,6 0.000000
is_paid_derived BIT 1 b'0'
waived BIT 1 b'0'
amount_through_charge_payment DECIMAL 19,6 NULL

Indexes

Constraint Name Type Sort Column(s)
PRIMARY Primary key Asc id
FK_loan_charge_id_charge_schedule Performance Asc loan_charge_id
FK_loan_schedule_id_charge_schedule Performance Asc loan_schedule_id

Relationships