Columns
Column | Type | Size | Nulls | Auto | Default | Children | Parents | Comments | ||
---|---|---|---|---|---|---|---|---|---|---|
id | BIGINT | 19 | √ | null |
|
|
||||
loan_id | BIGINT | 19 | null |
|
|
|||||
loan_reschedule_request_id | BIGINT | 19 | √ | NULL |
|
|
||||
fromdate | DATE | 10 | √ | NULL |
|
|
||||
duedate | DATE | 10 | null |
|
|
|||||
installment | SMALLINT | 5 | null |
|
|
|||||
principal_amount | DECIMAL | 19,6 | √ | NULL |
|
|
||||
interest_amount | DECIMAL | 19,6 | √ | NULL |
|
|
||||
fee_charges_amount | DECIMAL | 19,6 | √ | NULL |
|
|
||||
penalty_charges_amount | DECIMAL | 19,6 | √ | NULL |
|
|
||||
createdby_id | BIGINT | 19 | √ | NULL |
|
|
||||
created_date | DATETIME | 19 | √ | NULL |
|
|
||||
lastmodified_date | DATETIME | 19 | √ | NULL |
|
|
||||
lastmodifiedby_id | BIGINT | 19 | √ | NULL |
|
|
||||
version | INT | 10 | null |
|
|
Indexes
Constraint Name | Type | Sort | Column(s) |
---|---|---|---|
PRIMARY | Primary key | Asc | id |
loan_id | Performance | Asc | loan_id |
loan_reschedule_request_id | Performance | Asc | loan_reschedule_request_id |