Columns
Column | Type | Size | Nulls | Auto | Default | Children | Parents | Comments | ||
---|---|---|---|---|---|---|---|---|---|---|
sensors_to_state_translations_id | INT UNSIGNED | 10 | √ | null |
|
|
||||
sensor_id | INT UNSIGNED | 10 | null |
|
|
|||||
state_index_id | INT UNSIGNED | 10 | null |
|
|
Indexes
Constraint Name | Type | Sort | Column(s) |
---|---|---|---|
PRIMARY | Primary key | Asc | sensors_to_state_translations_id |
sensors_to_state_indexes_sensor_id_state_index_id_unique | Must be unique | Asc/Asc | sensor_id + state_index_id |
sensors_to_state_indexes_state_index_id_index | Performance | Asc | state_index_id |