snapshot_comments
4 rows where snapshot_pk = 93
This data as json, CSV (advanced)
Suggested facets: mobile_number, status_text, posted_by, comment_timestamp (date)
| comment_pk ▼ | snapshot_pk | ordinal | complaint_id | mobile_number | comment_timestamp | status_text | posted_by | remarks | raw_comment_json |
|---|---|---|---|---|---|---|---|---|---|
| 165 | 93 93 | 1 | 102265688348 | 6309999458 | 2026-04-12T04:35:52Z | Attended By Officer | G N Sai Ram | Sir Your Property Tax Payment is Updated, request to kindly check and let us know if any issue. You download the receipt using below link https://onlinepayments.ghmc.gov.in/PTax/PT_Recipts_Main | {"id": "102265688348", "mobile_number": "6309999458", "posted_by": "G N Sai Ram", "remarks": "Sir Your Property Tax Payment is Updated, request to kindly check and let us know if any issue. You download the receipt using below link https://onlinepayments.ghmc.gov.in/PTax/PT_Recipts_Main", "status": "Attended By Officer", "time_stamp": "12-APR-2026 10:05:52"} |
| 166 | 93 93 | 2 | 102265688348 | 9515050844 | 2026-02-23T07:20:03Z | Open | B.Prem Kumar | payment related issues | {"id": "102265688348", "mobile_number": "9515050844", "posted_by": "B.Prem Kumar", "remarks": "payment related issues", "status": "Open", "time_stamp": "23-FEB-2026 12:50:03"} |
| 167 | 93 93 | 3 | 102265688348 | 9000699020 | 2026-02-07T13:59:17Z | Open | Sridhar | Any update on this request? | {"id": "102265688348", "mobile_number": "9000699020", "posted_by": "Sridhar", "remarks": "Any update on this request?", "status": "Open", "time_stamp": "07-FEB-2026 19:29:17"} |
| 168 | 93 93 | 4 | 102265688348 | 9000699020 | 2026-02-05T17:53:14Z | Open | Sridhar | Sir, any update on this request? | {"id": "102265688348", "mobile_number": "9000699020", "posted_by": "Sridhar", "remarks": "Sir, any update on this request?", "status": "Open", "time_stamp": "05-FEB-2026 23:23: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)
);