Postgres database: iondb
Postgres table: rundb_supportupload
| Field | Type | Description |
|---|---|---|
| account | RemoteAccount (ForeignKey) | the related rundb.RemoteAccount row |
| celery_task_id | String (up to 60) | celery task id |
| contact_email | Email address | contact email |
| created | Date (with time) | created |
| description | Text | description |
| file | FileMonitor (ForeignKey) | the related rundb.FileMonitor row |
| id | Integer | ID |
| local_message | String (up to 2048) | local message |
| local_status | String (up to 255) | local status |
| result | Results (ForeignKey) | the related rundb.Results row |
| ticket_id | String (up to 255) | ticket id |
| ticket_message | String (up to 2048) | ticket message |
| ticket_status | String (up to 255) | ticket status |
| updated | Date (with time) | updated |
| user | User (ForeignKey) | the related auth.User row |