Page MenuHomePhabricator
Paste P12255

XHGui schema
ActivePublic

Authored by dpifke on Aug 13 2020, 9:11 PM.
Tags
None
Referenced Files
F32112375: raw.txt
Aug 13 2020, 9:11 PM
F32112365: raw.txt
Aug 13 2020, 9:11 PM
Subscribers
None
create table xhgui (
id varchar(255) not null primary key,
profile longtext not null,
url text,
SERVER text,
GET text,
ENV text,
simple_url text,
request_ts int(11) not null,
request_ts_micro decimal(15,4) not null,
request_date date not null,
main_wt int(11) not null,
main_ct int(11) not null,
main_cpu int(11) not null,
main_mu int(11) not null,
main_pmu int(11) not null
);

Event Timeline

dpifke edited the content of this paste. (Show Details)