Columns
| Column | Type | Size | Nulls | Auto | Default | Children | Parents | Comments |
|---|---|---|---|---|---|---|---|---|
| id | INT UNSIGNED | 10 | √ | null |
|
|
Surrogate Key |
|
| module | VARCHAR | 127 | null |
|
|
Name of the module which declared this object |
||
| name | VARCHAR | 127 | √ | null |
|
|
Symbolic name used by the module to identify the object |
|
| entity_type | VARCHAR | 64 | null |
|
|
API entity type |
||
| entity_id | INT UNSIGNED | 10 | null |
|
|
Foreign key to the referenced item. |
||
| cleanup | VARCHAR | 32 | √ | null |
|
|
Policy on when to cleanup entity (always, never, unused) |
Indexes
| Constraint Name | Type | Sort | Column(s) |
|---|---|---|---|
| PRIMARY | Primary key | Asc | id |
| UI_managed_entity | Performance | Asc/Asc | entity_type + entity_id |
| UI_managed_module_name | Performance | Asc/Asc | module + name |
Diagram producer might be missing
No diagrams were produced please see application output for any errors