0 rows where location_history_item_id = 57552

View and edit SQL

0 records

CREATE TABLE `google_location_activity` (`id` integer,`created_at` datetime,`updated_at` datetime,`deleted_at` datetime,`location_history_item_id` integer,`time` datetime,PRIMARY KEY (`id`),CONSTRAINT `fk_google_location_activity_location_history_item` FOREIGN KEY (`location_history_item_id`) REFERENCES `google_location_history`(`id`),CONSTRAINT `fk_google_location_history_activities` FOREIGN KEY (`location_history_item_id`) REFERENCES `google_location_history`(`id`));
CREATE INDEX `idx_google_location_activity_deleted_at` ON `google_location_activity`(`deleted_at`);