Columns
Column | Type | Size | Nulls | Auto | Default | Children | Parents | Comments | ||
---|---|---|---|---|---|---|---|---|---|---|
id | BIGINT | 19 | √ | null |
|
|
||||
savings_account_id | BIGINT | 19 | 0 |
|
|
|||||
mandatory_recommended_deposit_amount | DECIMAL | 19,6 | √ | NULL |
|
|
||||
is_mandatory | BIT | 1 | b'0' |
|
|
|||||
allow_withdrawal | BIT | 1 | b'0' |
|
|
|||||
adjust_advance_towards_future_payments | BIT | 1 | b'1' |
|
|
|||||
is_calendar_inherited | BIT | 1 | b'0' |
|
|
|||||
total_overdue_amount | DECIMAL | 19,6 | √ | NULL |
|
|
||||
no_of_overdue_installments | INT | 10 | √ | NULL |
|
|
Indexes
Constraint Name | Type | Sort | Column(s) |
---|---|---|---|
PRIMARY | Primary key | Asc | id |
FKDARD00000000000001 | Performance | Asc | savings_account_id |