Database Table rundb_librarykey ============================================================================ Postgres database: ``iondb`` Postgres table: ``rundb_librarykey`` .. include:: ../manual_database_ref_docs/rundb_librarykey.rst Schema ------- +---------------+----------------------------------+-----------------------+ | Field | Type | Description | +===============+==================================+=======================+ | description | String (up to 1024) | description | +---------------+----------------------------------+-----------------------+ | direction | String (up to 20) | direction | +---------------+----------------------------------+-----------------------+ | id | Integer | ID | +---------------+----------------------------------+-----------------------+ | isDefault | Boolean (Either True or False) | use this by default | +---------------+----------------------------------+-----------------------+ | name | String (up to 256) | name | +---------------+----------------------------------+-----------------------+ | runMode | String (up to 64) | runMode | +---------------+----------------------------------+-----------------------+ | sequence | String (up to 64) | sequence | +---------------+----------------------------------+-----------------------+