# Column Name Nullable Data Type Max Length Description
1user_idinteger0The primary key of this table, which is also a serial field.
2verify_sales_transactionsboolean0
3sales_verification_limitmoney_strict20
4verify_purchase_transactionsboolean0
5purchase_verification_limitmoney_strict20
6verify_gl_transactionsboolean0
7gl_verification_limitmoney_strict20
8effective_fromdate0
9ends_ondate0
10is_activeboolean0
11audit_user_idinteger0Contains the id of the user who last inserted or updated the corresponding row.
12audit_tstimestamp with time zone0Contains the date and timestamp of the last insert or update action.

Foreign Keys

# Column Name Key Name References
1 user_id auto_verification_policy_user_id_fkey office.users.user_id
11 audit_user_id auto_verification_policy_audit_user_id_fkey office.users.user_id

Indices

Index Name Owner Access Method Definition Description
auto_verification_policy_pkey postgres btree user_id

Check Constraints

Constraint Name Description

Default Values

# Column Name Default
2 verify_sales_transactions false
3 sales_verification_limit 0
4 verify_purchase_transactions false
5 purchase_verification_limit 0
6 verify_gl_transactions false
7 gl_verification_limit 0
12 audit_ts now()

Triggers

Trigger Name Targets On Event Timing Condition Order Orientation Description