Table SIEM.public.usr_account_trust_history
This table keeps track of the association between a user's account and trusts they were part of in the past (but may not be now).

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
trust_id int8 19
usr_account_trust.trust_id Implied Constraint R
Reference to Trust identifier History
account_id uuid 2147483647 Reference to User Account Identifier
begin_effective_date timestamptz 35,6  √  null Begin effective date and time
end_effective_date timestamptz 35,6  √  null End effective date and time
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
begin_effective_date Performance Asc usr_account_trust_history_ix1

Close relationships: