Columns
Column | Type | Size | Nulls | Auto | Default | Children | Parents | Comments | ||
---|---|---|---|---|---|---|---|---|---|---|
id | BIGINT | 19 | √ | null |
|
|
||||
loan_id | BIGINT | 19 | null |
|
|
|||||
expected_disburse_date | DATETIME | 19 | null |
|
|
|||||
disbursedon_date | DATETIME | 19 | √ | NULL |
|
|
||||
principal | DECIMAL | 19,6 | null |
|
|
|||||
net_disbursal_amount | DECIMAL | 19,6 | √ | NULL |
|
|
Indexes
Constraint Name | Type | Sort | Column(s) |
---|---|---|---|
PRIMARY | Primary key | Asc | id |
FK_loan_disbursement_detail_loan_id | Performance | Asc | loan_id |