0 rows where updated_at = "2021-03-02 19:31:21.060396 03:00" sorted by created_at

View and edit SQL

updated_at

created_at (date)

action_id

0 records

CREATE TABLE `google_activity_subtitles` (`id` integer,`created_at` datetime,`updated_at` datetime,`deleted_at` datetime,`action_id` integer,`name` text,`url` text,PRIMARY KEY (`id`),CONSTRAINT `fk_google_activity_subtitles_action` FOREIGN KEY (`action_id`) REFERENCES `google_activity`(`id`),CONSTRAINT `fk_google_activity_subtitles` FOREIGN KEY (`action_id`) REFERENCES `google_activity`(`id`));
CREATE INDEX `idx_google_activity_subtitles_deleted_at` ON `google_activity_subtitles`(`deleted_at`);