Columns
Column | Type | Size | Nulls | Auto | Default | Children | Parents | Comments | |||
---|---|---|---|---|---|---|---|---|---|---|---|
id | INT | 10 | √ | null |
|
|
|||||
libraryId | INT | 10 | null |
|
|
||||||
themeId | INT | 10 | null |
|
|
||||||
weight | INT | 10 | √ | 0 |
|
|
Indexes
Constraint Name | Type | Sort | Column(s) |
---|---|---|---|
library_themes_s_pk | Primary key | Asc | id |
libraryToTheme | Performance | Asc/Asc | libraryId + themeId |
PRIMARY | Must be unique | Asc | id |