Database Table rundb_applicationgroup ============================================================================ Postgres database: ``iondb`` Postgres table: ``rundb_applicationgroup`` .. include:: ../manual_database_ref_docs/rundb_applicationgroup.rst Schema ------- +---------------+----------------------------------+---------------+ | Field | Type | Description | +===============+==================================+===============+ | description | String (up to 1024) | description | +---------------+----------------------------------+---------------+ | id | Integer | ID | +---------------+----------------------------------+---------------+ | isActive | Boolean (Either True or False) | isActive | +---------------+----------------------------------+---------------+ | name | String (up to 127) | name | +---------------+----------------------------------+---------------+ | uid | String (up to 32) | uid | +---------------+----------------------------------+---------------+