Columns
Column | Type | Size | Nulls | Auto | Default | Children | Parents | Comments | ||
---|---|---|---|---|---|---|---|---|---|---|
id | BIGINT | 19 | √ | null |
|
|
||||
loan_id | BIGINT | 19 | null |
|
|
|||||
compound_type_enum | SMALLINT | 5 | null |
|
|
|||||
reschedule_strategy_enum | SMALLINT | 5 | null |
|
|
|||||
rest_frequency_type_enum | SMALLINT | 5 | null |
|
|
|||||
rest_frequency_interval | SMALLINT | 5 | 0 |
|
|
|||||
compounding_frequency_type_enum | SMALLINT | 5 | √ | NULL |
|
|
||||
compounding_frequency_interval | SMALLINT | 5 | √ | NULL |
|
|
||||
rest_frequency_nth_day_enum | INT | 10 | √ | NULL |
|
|
||||
rest_frequency_on_day | INT | 10 | √ | NULL |
|
|
||||
rest_frequency_weekday_enum | INT | 10 | √ | NULL |
|
|
||||
compounding_frequency_nth_day_enum | INT | 10 | √ | NULL |
|
|
||||
compounding_frequency_on_day | INT | 10 | √ | NULL |
|
|
||||
is_compounding_to_be_posted_as_transaction | BIT | 1 | b'0' |
|
|
|||||
compounding_frequency_weekday_enum | INT | 10 | √ | NULL |
|
|
||||
allow_compounding_on_eod | BIT | 1 | b'0' |
|
|
Indexes
Constraint Name | Type | Sort | Column(s) |
---|---|---|---|
PRIMARY | Primary key | Asc | id |
FK_m_loan_m_loan_recalculation_details | Performance | Asc | loan_id |