Postgres database: iondb
Postgres table: rundb_plugin
Plugin description data model.
Created when a plugin is installed.
| Field | Type | Description |
|---|---|---|
| active | Boolean (Either True or False) | active |
| autorun | Boolean (Either True or False) | autorun |
| autorunMutable | Boolean (Either True or False) | autorunMutable |
| config | Text | config |
| date | Date (with time) | date |
| description | Text | description |
| id | Integer | ID |
| majorBlock | Boolean (Either True or False) | majorBlock |
| name | String (up to 512) | name |
| path | String (up to 512) | path |
| pluginsettings | Text | pluginsettings |
| script | String (up to 256) | script |
| selected | Boolean (Either True or False) | selected |
| status | Text | status |
| url | URL | url |
| userinputfields | Text | userinputfields |
| version | String (up to 256) | version |