montagu
Database
Tables
(current)
Columns
Constraints
Relationships
Orphan Tables
Anomalies
api_access_log
Columns
Related columns
Constraint
Comments
Search:
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
Showing 1 to 6 of 6 entries
Table contained
0
rows
Indexes
Search:
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
Showing 1 to 6 of 6 entries
Relationships
Close relationships within degrees of separation
One
Two degrees