w_counter

0 rows


Columns

Column Type Size Nulls Auto Default Children Parents Comments
w_counter_id numeric 10 null
ad_client_id numeric 10 null
ad_org_id numeric 10 null
isactive bpchar 1 'Y'::bpchar
created timestamp 29,6 now()
createdby numeric 10 null
updated timestamp 29,6 now()
updatedby numeric 10 null
pageurl varchar 120 null
referrer varchar 120 null
remote_host varchar 120 null
remote_addr varchar 60 null
useragent varchar 255 null
acceptlanguage varchar 60 null
processed bpchar 1 'N'::bpchar
w_countercount_id numeric 10 null
w_countercount.w_countercount_id wcountercount_wcounter C
ad_user_id numeric 10 null
ad_user.ad_user_id aduser_wcounter R
email varchar 60 null
w_counter_uu varchar 36 NULL::character varying

Indexes

Constraint Name Type Sort Column(s)
w_counter_pkey Primary key Asc w_counter_id
w_counter_uu_idx Must be unique Asc w_counter_uu

Check Constraints

Constraint Name Constraint
w_counter_isactive_check ((isactive = ANY (ARRAY['Y'::bpchar, 'N'::bpchar])))
w_counter_processed_check ((processed = ANY (ARRAY['Y'::bpchar, 'N'::bpchar])))

Relationships