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