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 | +------------+-------------------------+----------------------------------+ | date | Date (with time) | date | +------------+-------------------------+----------------------------------+ | id | Integer | ID | +------------+-------------------------+----------------------------------+ | info | Text | info | +------------+-------------------------+----------------------------------+ | location | Location (ForeignKey) | the related rundb.Location row | +------------+-------------------------+----------------------------------+ | name | String (up to 200) | name | +------------+-------------------------+----------------------------------+ | state | String (up to 8) | state | +------------+-------------------------+----------------------------------+