1 row sorted by updated_at

View and edit SQL

Suggested facets: created_at (date), updated_at (date)

id created_at updated_at ▼ deleted_at action cookie_name ip_address language_code timestamp user_agent device_id
2 2021-03-04 17:13:18.319266+03:00 2021-03-04 17:13:18.319266+03:00   login 2607:fb90:5d5:5a7:1da5:f2dc:991a:7f3 en 2020-03-07 01:12:46+00:00 Mozilla/5.0 (iPhone; CPU iPhone OS 13_3_1 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Mobile/15E148  

Advanced export

JSON shape: default, array, newline-delimited, object

CSV options:

CREATE TABLE `instagram_account_history` (`id` integer,`created_at` datetime,`updated_at` datetime,`deleted_at` datetime,`action` text,`cookie_name` text,`ip_address` text,`language_code` text,`timestamp` datetime,`user_agent` text,`device_id` text,PRIMARY KEY (`id`));
CREATE UNIQUE INDEX `instagram_account_history_key` ON `instagram_account_history`(`action`,`ip_address`,`timestamp`);
CREATE INDEX `idx_instagram_account_history_deleted_at` ON `instagram_account_history`(`deleted_at`);