Columns
Column | Type | Size | Nulls | Auto | Default | Children | Parents | Comments | ||
---|---|---|---|---|---|---|---|---|---|---|
id | BIGINT | 19 | √ | null |
|
|
||||
loan_id | BIGINT | 19 | null |
|
|
|||||
term_type | SMALLINT | 5 | null |
|
|
|||||
applicable_date | DATE | 10 | null |
|
|
|||||
decimal_value | DECIMAL | 19,6 | √ | NULL |
|
|
||||
date_value | DATE | 10 | √ | NULL |
|
|
||||
is_specific_to_installment | BIT | 1 | b'0' |
|
|
|||||
applied_on_loan_status | SMALLINT | 5 | null |
|
|
|||||
is_active | BIT | 1 | b'1' |
|
|
|||||
parent_id | BIGINT | 19 | √ | NULL |
|
|
Indexes
Constraint Name | Type | Sort | Column(s) |
---|---|---|---|
PRIMARY | Primary key | Asc | id |
FK_loan_id_m_loan_id | Performance | Asc | loan_id |