0 rows where title = "Visited Home · Patrick Collison" sorted by type

View and edit SQL

title

0 records

CREATE TABLE `google_activity` (`id` integer,`created_at` datetime,`updated_at` datetime,`deleted_at` datetime,`header` text,`title` text,`title_url` text,`type` text,`time` datetime,PRIMARY KEY (`id`));
CREATE UNIQUE INDEX `google_activity_key` ON `google_activity`(`header`,`title`,`time`);
CREATE INDEX `idx_google_activity_deleted_at` ON `google_activity`(`deleted_at`);