Columns
Column | Type | Size | Nulls | Auto | Default | Children | Parents | Comments | ||
---|---|---|---|---|---|---|---|---|---|---|
id | BIGINT | 19 | √ | null |
|
|
||||
loan_product_id | BIGINT | 19 | null |
|
|
|||||
mandatory_guarantee | DECIMAL | 19,5 | null |
|
|
|||||
minimum_guarantee_from_own_funds | DECIMAL | 19,5 | √ | NULL |
|
|
||||
minimum_guarantee_from_guarantor_funds | DECIMAL | 19,5 | √ | NULL |
|
|
Indexes
Constraint Name | Type | Sort | Column(s) |
---|---|---|---|
PRIMARY | Primary key | Asc | id |
FK_guarantee_details_loan_product | Performance | Asc | loan_product_id |