0 rows where updated_at = "2021-03-01 19:29:19.226589 03:00" sorted by lat_e7

View and edit SQL

updated_at

created_at (date)

0 records

CREATE TABLE `google_waypoints` (`id` integer,`created_at` datetime,`updated_at` datetime,`deleted_at` datetime,`activity_segment_id` integer,`lat_e7` integer,`lng_e7` integer,PRIMARY KEY (`id`),CONSTRAINT `fk_google_waypoints_activity_segment` FOREIGN KEY (`activity_segment_id`) REFERENCES `google_activity_segments`(`id`),CONSTRAINT `fk_google_activity_segments_waypoints` FOREIGN KEY (`activity_segment_id`) REFERENCES `google_activity_segments`(`id`));
CREATE INDEX `idx_google_waypoints_deleted_at` ON `google_waypoints`(`deleted_at`);