home / saraphina

omi_action_items

1 row where conversation_id = "d7b6eb3c-9ba1-4e9c-8065-ab05b0697bce"

✎ View and edit SQL

This data as json, CSV (advanced)

id ▼ conversation_id description
29 Friends Catch Up Over Work, Relationships, And Travel d7b6eb3c-9ba1-4e9c-8065-ab05b0697bce Text Sarah

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.96ms