Columns
Column | Type | Size | Nulls | Auto | Default | Children | Parents | Comments | ||
---|---|---|---|---|---|---|---|---|---|---|
id | BIGINT | 19 | √ | null |
|
|
||||
organisation_creditbureau_id | BIGINT | 19 | null |
|
|
|||||
loan_product_id | BIGINT | 19 | null |
|
|
|||||
is_creditcheck_mandatory | BIT | 1 | √ | NULL |
|
|
||||
skip_creditcheck_in_failure | BIT | 1 | √ | NULL |
|
|
||||
stale_period | INT | 10 | √ | NULL |
|
|
||||
is_active | BIT | 1 | √ | NULL |
|
|
Indexes
Constraint Name | Type | Sort | Column(s) |
---|---|---|---|
PRIMARY | Primary key | Asc | id |
cblpunique_key | Must be unique | Asc/Asc | organisation_creditbureau_id + loan_product_id |
fk_cb_lp2 | Performance | Asc | loan_product_id |