Columns
Column | Type | Size | Nulls | Auto | Default | Children | Parents | Comments | ||
---|---|---|---|---|---|---|---|---|---|---|
id | BIGINT | 19 | √ | null |
|
|
||||
savings_product_id | BIGINT | 19 | 0 |
|
|
|||||
is_mandatory | BIT | 1 | b'1' |
|
|
|||||
allow_withdrawal | BIT | 1 | b'0' |
|
|
|||||
adjust_advance_towards_future_payments | BIT | 1 | b'1' |
|
|
Indexes
Constraint Name | Type | Sort | Column(s) |
---|---|---|---|
PRIMARY | Primary key | Asc | id |
FKDPRD00000000000001 | Performance | Asc | savings_product_id |