# Column Name Nullable Data Type Max Length Description
1event_idbigint0The primary key of this table, which is also a serial field.
2schema_nametext0
3table_nametext0
4relidoid0
5session_user_nametext0
6application_user_nametext0
7action_tstamp_txtimestamp with time zone0
8action_tstamp_stmtimestamp with time zone0
9action_tstamp_clktimestamp with time zone0
10transaction_idbigint0
11application_nametext0
12client_addrinet0
13client_portinteger0
14client_querytext0
15actiontext0
16row_datahstore0
17changed_fieldshstore0
18statement_onlyboolean0

Foreign Keys

# Column Name Key Name References

Indices

Index Name Owner Access Method Definition Description
logged_actions_pkey postgres btree event_id
logged_actions_action_idx postgres btree action
logged_actions_action_tstamp_tx_stm_idx postgres btree action_tstamp_stm
logged_actions_relid_idx postgres btree relid

Check Constraints

Constraint Name Description
logged_actions_action_check
CHECK (action = ANY (ARRAY['I'::text, 'D'::text, 'U'::text, 'T'::text]))

Default Values

# Column Name Default
1 event_id nextval('audit.logged_actions_event_id_seq'::regclass)

Triggers

Trigger Name Targets On Event Timing Condition Order Orientation Description