Columns
| Column | Type | Size | Nulls | Auto | Default | Children | Parents | Comments | ||
|---|---|---|---|---|---|---|---|---|---|---|
| id | BIGINT | 19 | √ | null |
|
|
||||
| from_entity_type | INT | 10 | null |
|
|
|||||
| to_entity_type | INT | 10 | null |
|
|
|||||
| code_name | VARCHAR | 50 | null |
|
|
Indexes
| Constraint Name | Type | Sort | Column(s) |
|---|---|---|---|
| PRIMARY | Primary key | Asc | id |
| from_entity_type_to_entity_type_code_name | Must be unique | Asc/Asc/Asc | from_entity_type + to_entity_type + code_name |