Table SIEM.public.configs
General configuration information of the system.

Generated by
SchemaSpy
Legend:
Primary key columns
Columns with indexes
Implied relationships
Excluded column relationships
< n > number of related tables
 
Column Type Size Nulls Auto Default Children Parents Comments
usr_id varchar 32 User name.
application varchar 255 Application identifier
unit varchar 64 Application unit
value varchar 255  √  null Text value if any
data text 2147483647  √  null XML data
date_created timestamptz 35,6 Date the entry was created
date_modified timestamptz 35,6 Date the entry was modified
created_by int4 10  √  null User who created object
modified_by int4 10  √  null User who last modified object

Table contained 0 rows at Mon Mar 26 23:24 EDT 2012

Indexes:
Column(s) Type Sort Constraint Name
usr_id + application + unit Primary key Asc/Asc/Asc configs_pk
application Performance Asc cfg_app_idx
unit Performance Asc cfg_unit_idx