...

Text file src/github.com/sassoftware/relic/doc/audit.psql

Documentation: github.com/sassoftware/relic/doc

     1CREATE TABLE signatures (
     2    signature_id bigserial PRIMARY KEY,
     3    "timestamp" timestamptz,
     4    client_name text,
     5    client_ip text,
     6    client_dn text,
     7    client_filename text,
     8    sig_hostname text,
     9    sig_type text,
    10    sig_keyname text,
    11    attributes text);

View as plain text