home / saraphina

omi_action_items

1 row where conversation_id = "ff0701a0-a7ab-455d-8d48-d6715b66d10f"

✎ View and edit SQL

This data as json, CSV (advanced)

id ▼ conversation_id description
59 Family Lunch, Job Hunt, And Debt Hardship Call ff0701a0-a7ab-455d-8d48-d6715b66d10f Text Connie later to find a time to do that stuff

Advanced export

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

CSV options:

CREATE TABLE omi_action_items (
    id INTEGER PRIMARY KEY AUTOINCREMENT,
    conversation_id TEXT NOT NULL,
    description TEXT,
    FOREIGN KEY (conversation_id) REFERENCES omi_conversations(id)
);
CREATE INDEX idx_omi_actions_conv ON omi_action_items(conversation_id);
Powered by Datasette · Queries took 2.871ms