Column | Type | Modifiers |
---|---|---|
argid | integer | not null default nextval('public.arg_strings_argid_seq'::text) |
arg_string | character varying(16) | not null |
Column | Type | Modifiers |
---|---|---|
userid | integer | not null default nextval('public.usernames_userid_seq'::text) |
username | character varying(32) | not null |
Column | Type | Modifiers |
---|---|---|
requestid | integer | not null default nextval('public.request_strings_requestid_seq'::text) |
request_string | character varying(64) | not null |
Column | Type | Modifiers |
---|---|---|
ip | inet | not null |
Column | Type | Modifiers |
---|---|---|
ip | inet | not null |
score | integer | |
score_ts | timestamp without time zone |
Column | Type | Modifiers |
---|---|---|
id | integer | not null default nextval('public.notice_templates_id_seq'::text) |
name | character(8) | not null |
template | text |
Column | Type | Modifiers |
---|---|---|
ip | inet | not null |
nic_handle_notified | character varying(16) | |
notice_ts | timestamp without time zone | |
notice_name | character(8) |
Column | Type | Modifiers |
---|---|---|
ip | inet | not null |
open_proxy | boolean | default false |
open_proxy_tested_at | timestamp without time zone |
Column | Type | Modifiers |
---|---|---|
ip | inet | not null |
active | boolean | default false |
first_event | integer | |
block_reason | smallint | |
blocked_at | timestamp without time zone | not null default now() |
unblocked_at | timestamp without time zone | |
unblock_reason | smallint |
Column | Type | Modifiers |
---|---|---|
eventid | integer | not null default nextval('public.eventrecords_eventid_seq'::text) |
ts | timestamp without time zone | default now() |
status | smallint | not null |
userid | integer | |
ip | inet | not null |
requestid | integer | not null |
argid | integer |
Column | Type | Modifiers |
---|---|---|
ip | inet | not null |
freq401 | double precision | default 0 |
last_freq_computed_at | timestamp without time zone |