api_access_log


Columns

Column Type Size Nulls Auto Default Children Parents Comments
id serial 10 nextval('api_access_log_id_seq'::regclass)
who text 2147483647 null
app_user.username api_access_log_who_fkey R
timestamp timestamp 29 null
what text 2147483647 null
result int4 10 null

The HTTP status code returned by the API

ip_address text 2147483647 null

Table contained 0 rows

Indexes

Constraint Name Type Sort Column(s)
api_access_log_pkey Primary key Asc id
api_access_log_ip_address_idx Performance Asc ip_address
api_access_log_result_idx Performance Asc result
api_access_log_timestamp_idx Performance Asc timestamp
api_access_log_what_idx Performance Asc what
api_access_log_who_idx Performance Asc who

Relationships