Columns
| Column | Type | Size | Nulls | Auto | Default | Children | Parents | Comments |
|---|---|---|---|---|---|---|---|---|
| id | BIGINT | 19 | √ | null |
|
|
||
| uuid | BINARY | 16 | '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0' |
|
|
|||
| resource | VARCHAR | 255 | '' |
|
|
|||
| resource_path | VARCHAR | 255 | √ | NULL |
|
|
||
| table | VARCHAR | 255 | '' |
|
|
|||
| target_uuid | BINARY | 16 | '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0' |
|
|
|||
| created | TIMESTAMP | 19 | √ | NULL |
|
|
Indexes
| Constraint Name | Type | Sort | Column(s) |
|---|---|---|---|
| PRIMARY | Primary key | Asc | id |
| resource | Performance | Asc | resource |
| table | Performance | Asc | table |
| target_uuid | Performance | Asc | target_uuid |
| uuid | Performance | Asc | uuid |