home / saraphina

omi_action_items

1 row where conversation_id = "062c532f-b8a5-4d46-9fe0-2f9ef6df40b1"

✎ View and edit SQL

This data as json, CSV (advanced)

id ▼ conversation_id description
425 Parent and Kids Talk Discipline, Feelings, and Health 062c532f-b8a5-4d46-9fe0-2f9ef6df40b1 Lay down and rest for a few minutes

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