Mapping table for theme mapping data.
| Column Name | Type | Length | Nullable | Unicode | Description |
|---|---|---|---|---|---|
| mapType | varchar | 16 | false | The type of mapping this is (constants defined in application). | |
| numValue | bigint | N/A | true | The ID mapping (if it's a discussion or community type theme). | |
| stringValue | varchar | 100 | true | true | The value of the mapping (if this is a URL or locale type theme). |
| theme | varchar | 32 | false | true | The name of the theme. |