Table SIEM.public.ext_data
This table is used with external incident tracking to store a reference to the copy of the incident in the external system (such the ID of the incident located in the external 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
ext_data_id int4 10 External data identifier
source_name varchar 50  √  null Source name
source_data_id varchar 255  √  null Source data identifier
ext_data text 2147483647  √  null External data
ext_data_type varchar 10  √  null External data type
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
ext_data_id Primary key Asc ext_data_pk