Columns
Column | Type | Size | Nulls | Auto | Default | Children | Parents | Comments | ||
---|---|---|---|---|---|---|---|---|---|---|
id | BIGINT | 19 | √ | null |
|
|
||||
entity_type | VARCHAR | 50 | null |
|
|
|||||
entity_id | BIGINT | 19 | null |
|
|
|||||
access_type_code_value_id | INT | 10 | null |
|
|
|||||
second_entity_type | VARCHAR | 50 | null |
|
|
|||||
second_entity_id | BIGINT | 19 | null |
|
|
Indexes
Constraint Name | Type | Sort | Column(s) |
---|---|---|---|
PRIMARY | Primary key | Asc | id |
FK_access_type_code_m_code_value | Performance | Asc | access_type_code_value_id |
id_uniq_m_entity_to_entity_access | Must be unique | Asc/Asc/Asc/Asc/Asc | entity_type + entity_id + access_type_code_value_id + second_entity_type + second_entity_id |
IDX_OFFICE | Performance | Asc/Asc | entity_type + entity_id |