home / saraphina

omi_action_items

2 rows where conversation_id = "50e08139-7307-43ee-b730-3000d9586335"

✎ View and edit SQL

This data as json, CSV (advanced)

id ▼ conversation_id description
11 Parent Teaches Teens Driving and Mindfulness 50e08139-7307-43ee-b730-3000d9586335 Pick up backpacks from mom's house
12 Parent Teaches Teens Driving and Mindfulness 50e08139-7307-43ee-b730-3000d9586335 Get jeans from mom's house for school

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