For each option created by a plugin, a row is present in this table.
| Column Name | Type | Default | Description |
|---|---|---|---|
| oid | int(11) | Option ID. Used from nucleus_plugin_option | |
| opid | int(11) | '0' | Plugin to which the option belongs |
| oname | varchar(20) | '' | Name of the option |
| ocontext | varchar(20) | '' | Context of the option (global, blog, category, member) |
| odesc | varchar(255) | NULL | Option description |
| otype | varchar(20) | NULL | option type. See plugin documentation. |
| odef | text | Default value for options | |
| oextra | text | Extra data needed for some option types (e.g. select option type) |