WIP: (feat): Views core module
CQL Schema:
CREATE TABLE minds.views (
year int,
month tinyint,
day tinyint,
uuid timeuuid,
entity_urn text,
page_token text,
position int,
source text,
medium text,
campaign text,
PRIMARY KEY (year, month, day, uuid, entity_urn, page_token)
);
Please register or sign in to reply