snapshot_comments
3 rows where snapshot_pk = 57
This data as json, CSV (advanced)
Suggested facets: status_text, comment_timestamp (date)
| comment_pk ▼ | snapshot_pk | ordinal | complaint_id | mobile_number | comment_timestamp | status_text | posted_by | remarks | raw_comment_json |
|---|---|---|---|---|---|---|---|---|---|
| 83 | 57 57 | 1 | 101255052478 | 7995007382 | 2025-11-16T10:55:49Z | Closed | Chitti Babu | hmwsb | {"id": "101255052478", "mobile_number": "7995007382", "posted_by": "Chitti Babu", "remarks": "hmwsb", "status": "Closed", "time_stamp": "16-NOV-2025 16:25:49"} |
| 84 | 57 57 | 2 | 101255052478 | 8712013103 | 2025-11-16T09:57:13Z | Open | Usha Sri Byreddy | pertains to other ward | {"id": "101255052478", "mobile_number": "8712013103", "posted_by": "Usha Sri Byreddy", "remarks": "pertains to other ward", "status": "Open", "time_stamp": "16-NOV-2025 15:27:13"} |
| 85 | 57 57 | 3 | 101255052478 | 9885362368 | 2025-02-02T14:36:14Z | Open | Rkhan | nobody can't actions why | {"id": "101255052478", "mobile_number": "9885362368", "posted_by": "Rkhan", "remarks": "nobody can't actions why", "status": "Open", "time_stamp": "02-FEB-2025 20:06:14"} |
Advanced export
JSON shape: default, array, newline-delimited, object
CREATE TABLE snapshot_comments (
comment_pk INTEGER PRIMARY KEY,
snapshot_pk INTEGER NOT NULL REFERENCES complaint_snapshots(snapshot_pk) ON DELETE CASCADE,
ordinal INTEGER NOT NULL,
complaint_id TEXT NOT NULL,
mobile_number TEXT NOT NULL,
comment_timestamp TEXT NOT NULL,
status_text TEXT NOT NULL,
posted_by TEXT NOT NULL,
remarks TEXT NOT NULL,
raw_comment_json TEXT NOT NULL,
UNIQUE(snapshot_pk, ordinal)
);