Table SIEM.public.mssp_associations
Associates an MSSP Customer with that customer's objects (such as vulnerabilities, assets, 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
table1 varchar 64 Table name 1
id1 int8 19 ID1
table2 varchar 64 Table name 2
id2 uuid 2147483647 ID2
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
table1 + id1 + table2 + id2 Primary key Asc/Asc/Asc/Asc mssp_associations_pk