Table SIEM.public.usr_account_trust
Trusts (e.g., roles) associated with a user's identity

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_assoc.trust_id Implied Constraint R
usr_account_trust_history.trust_id Implied Constraint R
User Account Trust identifier
trust_name varchar 255 Trust name of the user account
authority varchar 255 Authority for user account
cust_id int8 19
cust.cust_id Implied Constraint R
Customer identifier
trust_description varchar 1024  √  null Trust description of user account
trust_type_id int4 10
usr_trust_type.trust_type_id fk_trusttype_trust R
Trust Type identifier of user account
current_state bool 1  √  null Current Status of user account trust
src_trust_id varchar 255  √  null Source Trust Identifier
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
trust_id Primary key Asc usr_trust_pk
trust_id + trust_type_id Performance Asc/Asc usr_account_trust_ix1
trust_name + authority + cust_id Must be unique Asc/Asc/Asc usr_account_trust_uk1

Close relationships: