Columns
Column | Type | Size | Nulls | Auto | Default | Children | Parents | Comments | ||
---|---|---|---|---|---|---|---|---|---|---|
id | BIGINT | 19 | √ | null |
|
|
||||
deposit_account_interest_rate_slab_id | BIGINT | 19 | null |
|
|
|||||
entiry_type | SMALLINT | 5 | null |
|
|
|||||
attribute_name | SMALLINT | 5 | null |
|
|
|||||
condition_type | SMALLINT | 5 | null |
|
|
|||||
attribute_value | VARCHAR | 50 | null |
|
|
|||||
incentive_type | SMALLINT | 5 | null |
|
|
|||||
amount | DECIMAL | 19,6 | null |
|
|
Indexes
Constraint Name | Type | Sort | Column(s) |
---|---|---|---|
PRIMARY | Primary key | Asc | id |
FK_m_savings_interest_incentives_m_savings_interest_rate_slab | Performance | Asc | deposit_account_interest_rate_slab_id |