Columns
Column | Type | Size | Nulls | Auto | Default | Children | Parents | Comments | ||
---|---|---|---|---|---|---|---|---|---|---|
id | BIGINT | 19 | √ | null |
|
|
||||
floating_rates_id | BIGINT | 19 | null |
|
|
|||||
from_date | DATETIME | 19 | null |
|
|
|||||
interest_rate | DECIMAL | 19,6 | null |
|
|
|||||
is_differential_to_base_lending_rate | BIT | 1 | b'0' |
|
|
|||||
is_active | BIT | 1 | b'1' |
|
|
|||||
createdby_id | BIGINT | 19 | null |
|
|
|||||
created_date | DATETIME | 19 | null |
|
|
|||||
lastmodifiedby_id | BIGINT | 19 | null |
|
|
|||||
lastmodified_date | DATETIME | 19 | null |
|
|
Indexes
Constraint Name | Type | Sort | Column(s) |
---|---|---|---|
PRIMARY | Primary key | Asc | id |
FK_mappings_m_floating_rates | Performance | Asc | floating_rates_id |