Columns
Column | Type | Size | Nulls | Auto | Default | Children | Parents | Comments | ||
---|---|---|---|---|---|---|---|---|---|---|
id | BIGINT | 19 | √ | null |
|
|
||||
loan_product_id | BIGINT | 19 | 0 |
|
|
|||||
borrower_cycle_number | INT | 10 | 0 |
|
|
|||||
value_condition | INT | 10 | 0 |
|
|
|||||
param_type | INT | 10 | 0 |
|
|
|||||
default_value | DECIMAL | 19,6 | 0.000000 |
|
|
|||||
max_value | DECIMAL | 19,6 | √ | NULL |
|
|
||||
min_value | DECIMAL | 19,6 | √ | NULL |
|
|
Indexes
Constraint Name | Type | Sort | Column(s) |
---|---|---|---|
PRIMARY | Primary key | Asc | id |
borrower_cycle_loan_product_FK | Performance | Asc | loan_product_id |