Database Table rundb_cruncher ============================================================================ Postgres database: ``iondb`` Postgres table: ``rundb_cruncher`` .. include:: ../manual_database_ref_docs/rundb_cruncher.rst Schema ------- +------------+-------------------------+----------------------------------+ | Field | Type | Description | +============+=========================+==================================+ | comments | Text | comments | +------------+-------------------------+----------------------------------+ | id | Integer | ID | +------------+-------------------------+----------------------------------+ | location | Location (ForeignKey) | the related rundb.Location row | +------------+-------------------------+----------------------------------+ | name | String (up to 200) | name | +------------+-------------------------+----------------------------------+ | prefix | String (up to 512) | prefix | +------------+-------------------------+----------------------------------+