Columns
Column | Type | Size | Nulls | Auto | Default | Children | Parents | Comments | ||
---|---|---|---|---|---|---|---|---|---|---|
id | BIGINT | 19 | √ | null |
|
|
||||
loan_product_id | BIGINT | 19 | null |
|
|
|||||
amortization_method_enum | BIT | 1 | b'1' |
|
|
|||||
interest_method_enum | BIT | 1 | b'1' |
|
|
|||||
loan_transaction_strategy_id | BIT | 1 | b'1' |
|
|
|||||
interest_calculated_in_period_enum | BIT | 1 | b'1' |
|
|
|||||
arrearstolerance_amount | BIT | 1 | b'1' |
|
|
|||||
repay_every | BIT | 1 | b'1' |
|
|
|||||
moratorium | BIT | 1 | b'1' |
|
|
|||||
grace_on_arrears_ageing | BIT | 1 | b'1' |
|
|
Indexes
Constraint Name | Type | Sort | Column(s) |
---|---|---|---|
PRIMARY | Primary key | Asc | id |
fk_m_product_loan_configurable_attributes_0001 | Performance | Asc | loan_product_id |