home / saraphina

omi_action_items

0 rows where conversation_id = "03ffca0a-5796-48a4-a649-2598d11b03c4"

✎ View and edit SQL

This data as json

0 records

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