Database Table rundb_supportupload ============================================================================ Postgres database: ``iondb`` Postgres table: ``rundb_supportupload`` .. include:: ../manual_database_ref_docs/rundb_supportupload.rst Schema ------- +--------------------+------------------------------+---------------------------------------+ | 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 | +--------------------+------------------------------+---------------------------------------+