Page MenuHomePhabricator
Paste P17775

schema.cql
ActivePublic

Authored by Eevans on Nov 18 2021, 5:47 PM.
Tags
None
Referenced Files
F34754220: schema.cql
Nov 18 2021, 5:47 PM
F34754218: schema.cql
Nov 18 2021, 5:47 PM
Subscribers
None
CREATE TABLE "local_group_default_T_pageviews_per_project_v2".data (
"_domain" text,
project text,
access text,
agent text,
granularity text,
timestamp text,
"_tid" timeuuid,
"_del" timeuuid,
v bigint,
views int,
PRIMARY KEY (("_domain", project, access, agent, granularity), timestamp, "_tid")
)

Event Timeline

Eevans updated the paste's language from autodetect to sql.
Eevans edited the content of this paste. (Show Details)