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