home / jun-2025

snapshot_comments

2 rows where snapshot_pk = 62

✎ View and edit SQL

This data as json, CSV (advanced)

Suggested facets: comment_timestamp (date)

comment_pk ▼ snapshot_pk ordinal complaint_id mobile_number comment_timestamp status_text posted_by remarks raw_comment_json
130 62 62 1 106255287956 7331186855 2025-06-05T12:58:43Z Submitted for Sanction Suraj The file is submitted for administrative sanction {"id": "106255287956", "mobile_number": "7331186855", "posted_by": "Suraj", "remarks": "The file is submitted for administrative sanction", "status": "Submitted for Sanction", "time_stamp": "05-JUN-2025 18:28:43"}
131 62 62 2 106255287956 7995009098 2025-06-01T11:09:20Z Open Kum.Srugana Sir partains to kapra circle {"id": "106255287956", "mobile_number": "7995009098", "posted_by": "Kum.Srugana", "remarks": "Sir partains to kapra circle", "status": "Open", "time_stamp": "01-JUN-2025 16:39:20"}

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 15.932ms