Columns
Column | Type | Size | Nulls | Auto | Default | Children | Parents | Comments | ||||
---|---|---|---|---|---|---|---|---|---|---|---|---|
id | BIGINT | 19 | √ | null |
|
|
||||||
name | VARCHAR | 250 | null |
|
|
|||||||
percentage | DECIMAL | 10,2 | null |
|
|
|||||||
active | BIT | 1 | √ | b'0' |
|
|
||||||
product_apply | SMALLINT | 5 | null |
|
|
|||||||
created_date | DATETIME | 19 | √ | NULL |
|
|
||||||
createdby_id | BIGINT | 19 | null |
|
|
|||||||
lastmodifiedby_id | BIGINT | 19 | null |
|
|
|||||||
lastmodified_date | DATETIME | 19 | √ | NULL |
|
|
||||||
approve_user | BIGINT | 19 | √ | NULL |
|
|
Indexes
Constraint Name | Type | Sort | Column(s) |
---|---|---|---|
PRIMARY | Primary key | Asc | id |
FK_M_RATE_APPROVE_USER | Performance | Asc | approve_user |
FK_M_RATE_CREATE_USER | Performance | Asc | createdby_id |