Columns
| Column | Type | Size | Nulls | Auto | Default | Children | Parents | Comments | ||
|---|---|---|---|---|---|---|---|---|---|---|
| id | BIGINT | 19 | √ | null |
|
|
||||
| handler | BIGINT | 19 | null |
|
|
The handler that this key belongs to. |
||||
| datavalue | BIGINT | 19 | null |
|
|
The integer value of the data item that this key belongs to. |
||||
| datakey | VARCHAR | 64 | √ | null |
|
|
The secret key for this data item. |
|||
| timecreated | BIGINT | 19 | null |
|
|
The time that the data key was created. |
||||
| expires | BIGINT | 19 | √ | null |
|
|
The expiry time of this key. |
Indexes
| Constraint Name | Type | Sort | Column(s) |
|---|---|---|---|
| PRIMARY | Primary key | Asc | id |
| messdata_han_ix | Performance | Asc | handler |
| messdata_handat_uix | Must be unique | Asc/Asc | handler + datavalue |