s2styles
| Column name | Type | Null | Default | Description |
|---|---|---|---|---|
| styleid | int unsigned auto_increment |
|
||
| userid | int unsigned |
|
||
| name | varchar(255) | YES |
|
|
| modtime | int unsigned |
|
API gets and sets this when loading/saving style layers and takes it into account when appending modtime (Last-Modified header field, so browsers will cache properly) to stylesheet_url. |
| Key name | Type | Column(s) |
|---|---|---|
| PRIMARY | PRIMARY | |
| userid | INDEX |