home / jun-2025

snapshot_comments

3 rows where snapshot_pk = 65

✎ View and edit SQL

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
136 65 65 1 106255287960 9966759696 2025-06-22T09:36:24Z Attended By Officer Sri.P.Raghuveer Reddy complent clear sir {"id": "106255287960", "mobile_number": "9966759696", "posted_by": "Sri.P.Raghuveer Reddy", "remarks": "complent clear sir", "status": "Attended By Officer", "time_stamp": "22-JUN-2025 15:06:24"}
137 65 65 2 106255287960 9989930220 2025-06-22T08:47:05Z Open R.GIRI BABU pertins to ward no 130 {"id": "106255287960", "mobile_number": "9989930220", "posted_by": "R.GIRI BABU", "remarks": "pertins to ward no 130", "status": "Open", "time_stamp": "22-JUN-2025 14:17:05"}
138 65 65 3 106255287960 8121041563 2025-06-19T16:12:48Z Open DRF TEAM   {"id": "106255287960", "mobile_number": "8121041563", "posted_by": "DRF TEAM", "remarks": "", "status": "Open", "time_stamp": "19-JUN-2025 21:42:48"}

Advanced export

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

CSV options:

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)
);
Powered by Datasette · Queries took 16.376ms