Columns
| Column | Type | Size | Nulls | Auto | Default | Children | Parents | Comments | |||
|---|---|---|---|---|---|---|---|---|---|---|---|
| id | INT | 10 | √ | null |
|
|
|||||
| name | VARCHAR | 255 | null |
|
|
||||||
| description | TEXT | 65535 | √ | NULL |
|
|
|||||
| displayStyle | enum('digital_signage', 'website') | 15 | √ | 'website' |
|
|
|||||
| aspectRatioPreset | VARCHAR | 20 | √ | '16:9' |
|
|
|||||
| aspectRatioWidth | INT | 10 | 16 |
|
|
||||||
| aspectRatioHeight | INT | 10 | 9 |
|
|
||||||
| autoRotate | TINYINT | 3 | √ | 1 |
|
|
|||||
| rotationInterval | INT | 10 | √ | 5 |
|
|
|||||
| playlistId | INT | 10 | √ | NULL |
|
|
|||||
| libraryId | INT | 10 | √ | -1 |
|
|
|||||
| deleted | TINYINT | 3 | √ | 0 |
|
|
|||||
| dateDeleted | INT | 10 | √ | NULL |
|
|
|||||
| deletedBy | INT | 10 | √ | NULL |
|
|
Indexes
| Constraint Name | Type | Sort | Column(s) |
|---|---|---|---|
| hero_slider_location_s_pk | Primary key | Asc | id |
| libraryId | Performance | Asc | libraryId |
| playlistId | Performance | Asc | playlistId |
| PRIMARY | Must be unique | Asc | id |



