Columns
| Column | Type | Size | Nulls | Auto | Default | Children | Parents | Comments | ||
|---|---|---|---|---|---|---|---|---|---|---|
| id | INT | 10 | √ | null |
|
|
||||
| application_table_name | VARCHAR | 200 | null |
|
|
|||||
| x_registered_table_name | VARCHAR | 50 | null |
|
|
|||||
| status_enum | INT | 10 | null |
|
|
|||||
| system_defined | BIT | 1 | b'0' |
|
|
|||||
| product_id | BIGINT | 19 | √ | NULL |
|
|
Indexes
| Constraint Name | Type | Sort | Column(s) |
|---|---|---|---|
| PRIMARY | Primary key | Asc | id |
| product_id | Performance | Asc | product_id |
| unique_entity_check | Must be unique | Asc/Asc/Asc/Asc | application_table_name + x_registered_table_name + status_enum + product_id |
| x_registered_table_name | Performance | Asc | x_registered_table_name |