health_devices
1 row where "created_at" is on date 2021-03-04, software = "5.2" and "updated_at" is on date 2021-03-04 sorted by created_at descending
This data as json, CSV (advanced)
Suggested facets: updated_at (date)
id | created_at ▲ | updated_at | deleted_at | name | manufacturer | model | hardware | software |
---|---|---|---|---|---|---|---|---|
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 |
Advanced export
JSON shape: default, array, newline-delimited, object
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`);