Columns
| Column | Type | Size | Nulls | Auto | Default | Children | Parents | Comments | |||
|---|---|---|---|---|---|---|---|---|---|---|---|
| style_id | INT | 10 | √ | null |
|
|
|||||
| style_name | VARCHAR | 100 | null |
|
|
Name of the style e.g. Gothic |
|||||
| style_description | TEXT | 65535 | √ | NULL |
|
|
Description of the style (with source if relevant) |
||||
| alternate_names | TEXT | 65535 | √ | NULL |
|
|
Alternate name e.g. Neo-Gothic for Gothic Revival |
Indexes
| Constraint Name | Type | Sort | Column(s) |
|---|---|---|---|
| dic_style_s_pk | Primary key | Asc | style_id |
| PRIMARY | Must be unique | Asc | style_id |

