Database Table rundb_usereventlog ============================================================================ Postgres database: ``iondb`` Postgres table: ``rundb_usereventlog`` .. include:: ../manual_database_ref_docs/rundb_usereventlog.rst Schema ------- +-------------+------------------------------+---------------------------------------+ | Field | Type | Description | +=============+==============================+=======================================+ | id | Integer | ID | +-------------+------------------------------+---------------------------------------+ | text | Text | text | +-------------+------------------------------+---------------------------------------+ | timeStamp | Date (with time) | timeStamp | +-------------+------------------------------+---------------------------------------+ | upload | ContentUpload (ForeignKey) | the related rundb.ContentUpload row | +-------------+------------------------------+---------------------------------------+