Database Table rundb_contentupload ============================================================================ Postgres database: ``iondb`` Postgres table: ``rundb_contentupload`` .. include:: ../manual_database_ref_docs/rundb_contentupload.rst Schema ------- +--------------+--------------------------+-----------------------------------+ | Field | Type | Description | +==============+==========================+===================================+ | file\_path | String (up to 255) | file path | +--------------+--------------------------+-----------------------------------+ | id | Integer | ID | +--------------+--------------------------+-----------------------------------+ | meta | Text | meta | +--------------+--------------------------+-----------------------------------+ | publisher | Publisher (ForeignKey) | the related rundb.Publisher row | +--------------+--------------------------+-----------------------------------+ | status | String (up to 255) | status | +--------------+--------------------------+-----------------------------------+