Database Table rundb_sharedserver ============================================================================ Postgres database: ``iondb`` Postgres table: ``rundb_sharedserver`` .. include:: ../manual_database_ref_docs/rundb_sharedserver.rst Schema ------- +------------+----------------------------------+---------------+ | Field | Type | Description | +============+==================================+===============+ | active | Boolean (Either True or False) | active | +------------+----------------------------------+---------------+ | address | String (up to 128) | address | +------------+----------------------------------+---------------+ | comments | Text | comments | +------------+----------------------------------+---------------+ | id | Integer | ID | +------------+----------------------------------+---------------+ | name | String (up to 128) | name | +------------+----------------------------------+---------------+ | password | String (up to 64) | password | +------------+----------------------------------+---------------+ | username | String (up to 64) | username | +------------+----------------------------------+---------------+