Table SIEM.public.md_view_config
Configuration of the configurable table views in Sentinel Control Center. Table views are available for many objects, such as incidents, iTRAC processes, etc.

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
view_config_id int8 19 Identifier of md view
view_name varchar 255 md view name
view_typ varchar 100 md view type
default_view_ind bool 1 TRUE indicates
view_desc varchar 255  √  null md view description
view_data text 2147483647 md view data in XML form
date_created timestamptz 35,6  √  null Date the entry was created
date_modified timestamptz 35,6  √  null 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
view_config_id Primary key Asc md_view_config_pk