Audit trail group
From Open Source Software Research
Appears in the following schemas:
Most Recent Description
Column | Type | Modifiers |
---|---|---|
event_id | integer | not null default nextval(('audit_trail_group_pk_seq'::text)::regclass) |
date | integer | not null |
username | character varying(32) | not null |
ip_address | character(20) | not null |
operation_resource | integer | |
operation | character varying(255) | not null |
operation_target | character varying(255) | not null |
row_modtime | integer | |
Indexes: audit_trail_group_pk primary key btree (event_id) |
Other Information About the Data
Know something about this table? Add it here (and remove this message)