Columns
| Column | Type | Size | Nulls | Auto | Default | Children | Parents | Comments | |||
|---|---|---|---|---|---|---|---|---|---|---|---|
| id | INT | 10 | √ | null |
|
|
Row id field |
||||
| transaction_id | INT | 10 | null |
|
|
||||||
| tablename | VARCHAR | 64 | null |
|
|
Name of the related table |
|||||
| key | VARCHAR | 64 | null |
|
|
key for the metadata |
|||||
| value | VARCHAR | 255 | √ | NULL |
|
|
value for the metadata |
Indexes
| Constraint Name | Type | Sort | Column(s) |
|---|---|---|---|
| pseudonymized_metadata_values_s_pk | Primary key | Asc | id |
| PRIMARY | Must be unique | Asc | id |
| pseudonymized_metadata_values_ibfk_1 | Performance | Asc | transaction_id |


