m_repayment_with_post_dated_checks

0 rows


Columns

Column Type Size Nulls Auto Default Children Parents Comments
id BIGINT 19 null
check_no BIGINT 19 null
amount DECIMAL 20,5 null
loan_id BIGINT 19 NULL
m_loan.id fkloanrepaymentC
repayment_id BIGINT 19 NULL
m_loan_repayment_schedule.id fkrepaymentwithpostdatedC
account_no BIGINT 19 null
bank_name VARCHAR 200 null
repayment_date DATE 10 null
status SMALLINT 5 0

Indexes

Constraint Name Type Sort Column(s)
PRIMARY Primary key Asc id
check_no Must be unique Asc check_no
fkloanrepayment Performance Asc loan_id
fkrepaymentwithpostdated Performance Asc repayment_id

Relationships