30 rows

View and edit SQL

Suggested facets: name, model, software, updated_at (date)

hardware

manufacturer

created_at (date)

id ▼ created_at updated_at deleted_at name manufacturer model hardware software
1 2021-03-04 17:17:30.01663+03:00 2021-03-04 17:17:30.01663+03:00   Apple Watch Apple Watch Watch4,1 5.0.1
2 2021-03-04 17:17:30.290817+03:00 2021-03-04 17:17:30.290817+03:00   Apple Watch Apple Watch Watch4,1 5.1.2
3 2021-03-04 17:17:32.279968+03:00 2021-03-04 17:17:32.279968+03:00   Apple Watch Apple Watch Watch4,1 5.1.3
4 2021-03-04 17:17:35.604781+03:00 2021-03-04 17:17:35.604781+03:00   Apple Watch Apple Watch Watch4,1 5.2
5 2021-03-04 17:17:38.308153+03:00 2021-03-04 17:17:38.308153+03:00   Apple Watch Apple Inc. Watch Watch4,1 5.2.1
6 2021-03-04 17:17:47.699793+03:00 2021-03-04 17:17:47.699793+03:00   iPhone Apple Inc. iPhone iPhone11,8 13.5.1
7 2021-03-04 17:17:47.700443+03:00 2021-03-04 17:17:47.700443+03:00   iPhone Apple iPhone iPhone10,6 11.2.1
8 2021-03-04 17:17:49.91032+03:00 2021-03-04 17:17:49.91032+03:00   iPhone Apple iPhone iPhone10,6 12.0
9 2021-03-04 17:17:50.131585+03:00 2021-03-04 17:17:50.131585+03:00   iPhone Apple iPhone iPhone10,6 12.1.2
10 2021-03-04 17:17:51.54965+03:00 2021-03-04 17:17:51.54965+03:00   iPhone Apple iPhone iPhone10,6 12.1.4
11 2021-03-04 17:17:52.649945+03:00 2021-03-04 17:17:52.649945+03:00   iPhone Apple iPhone iPhone10,6 12.2
12 2021-03-04 17:17:54.12426+03:00 2021-03-04 17:17:54.12426+03:00   iPhone Apple Inc. iPhone iPhone10,6 12.3.1
13 2021-03-04 17:17:57.243968+03:00 2021-03-04 17:17:57.243968+03:00   iPhone Apple Inc. iPhone iPhone10,6 12.4
14 2021-03-04 17:17:59.338364+03:00 2021-03-04 17:17:59.338364+03:00   iPhone Apple Inc. iPhone iPhone10,6 13.0
15 2021-03-04 17:17:59.566041+03:00 2021-03-04 17:17:59.566041+03:00   iPhone Apple Inc. iPhone iPhone10,6 13.1.2
16 2021-03-04 17:17:59.662908+03:00 2021-03-04 17:17:59.662908+03:00   iPhone Apple Inc. iPhone iPhone10,6 13.1.3
17 2021-03-04 17:18:01.070807+03:00 2021-03-04 17:18:01.070807+03:00   iPhone Apple Inc. iPhone iPhone10,6 13.3
18 2021-03-04 17:18:01.560444+03:00 2021-03-04 17:18:01.560444+03:00   iPhone Apple Inc. iPhone iPhone10,6 13.3.1
19 2021-03-04 17:18:01.942271+03:00 2021-03-04 17:18:01.942271+03:00   iPhone Apple Inc. iPhone iPhone10,6 13.4.1
20 2021-03-04 17:18:02.166627+03:00 2021-03-04 17:18:02.166627+03:00   iPhone Apple Inc. iPhone iPhone10,6 13.5.1
21 2021-03-04 17:18:02.839992+03:00 2021-03-04 17:18:02.839992+03:00   iPhone Apple Inc. iPhone iPhone11,8 13.6.1
22 2021-03-04 17:18:03.057726+03:00 2021-03-04 17:18:03.057726+03:00   iPhone Apple Inc. iPhone iPhone11,8 13.7
23 2021-03-04 17:18:03.432071+03:00 2021-03-04 17:18:03.432071+03:00   iPhone Apple Inc. iPhone iPhone11,8 14.1
24 2021-03-04 17:18:03.537359+03:00 2021-03-04 17:18:03.537359+03:00   iPhone Apple Inc. iPhone iPhone11,8 14.2
25 2021-03-04 17:18:03.843139+03:00 2021-03-04 17:18:03.843139+03:00   iPhone Apple Inc. iPhone iPhone11,8 14.3
26 2021-03-04 17:18:04.0093+03:00 2021-03-04 17:18:04.0093+03:00   iPhone Apple Inc. iPhone iPhone11,8 14.4
27 2021-03-04 17:19:43.096061+03:00 2021-03-04 17:19:43.096061+03:00   AirPods Apple Inc. 0x200f    
28 2021-03-04 17:19:43.78136+03:00 2021-03-04 17:19:43.78136+03:00   AirPods Pro Apple Inc. 0x200e    
29 2021-03-04 17:19:44.344148+03:00 2021-03-04 17:19:44.344148+03:00   EarPods Apple Inc.      
30 2021-03-04 17:19:46.291598+03:00 2021-03-04 17:19:46.291598+03:00   Beats Flex Apple Inc. 0x2010    

Advanced export

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

CSV options:

CREATE TABLE `health_devices` (`id` integer,`created_at` datetime,`updated_at` datetime,`deleted_at` datetime,`name` text,`manufacturer` text,`model` text,`hardware` text,`software` text,PRIMARY KEY (`id`));
CREATE INDEX `idx_health_devices_deleted_at` ON `health_devices`(`deleted_at`);