style — Global. Stores S1 style system user style data. Please see also the clustered s1style table.
| Column name | Type | Null | Default | Description |
|---|---|---|---|---|
| styleid | int auto_increment |
|
||
| user | varchar(15) |
|
||
| styledes | varchar(50) | YES |
|
|
| type | varchar(10) |
|
||
| formatdata | text | YES |
|
|
| is_public | enum('Y','N') |
N
|
||
| is_embedded | enum('Y','N') |
N
|
||
| is_colorfree | enum('Y','N') |
N
|
||
| opt_cache | enum('Y','N') |
N
|
||
| has_ads | enum('Y','N') |
N
|
||
| lastupdate | datetime |
0000-00-00 00:00:00
|
| Key name | Type | Column(s) |
|---|---|---|
| PRIMARY | PRIMARY | |
| type | INDEX | |
| user | INDEX |