A table that contents contains custom properties stored for plugins
| Column Name | Type | Length | Nullable | Unicode | Description |
|---|---|---|---|---|---|
| pluginName | varchar | 100 | false | The name of the plugin Primary key. | |
| propName | varchar | 100 | false | The name of the property Primary key. | |
| propValue | varchar | 3500 | false | The value of the property |