Columns
Column | Type | Size | Nulls | Auto | Default | Children | Parents | Comments | ||||
---|---|---|---|---|---|---|---|---|---|---|---|---|
id | BIGINT | 19 | √ | null |
|
|
||||||
name | VARCHAR | 200 | null |
|
|
|||||||
is_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 |
name | Must be unique | Asc | name |