The assistant now reads your schema before answering
Opt in to share table metadata — and, if you want, recent query logs — for sharper suggestions.
Draft sample rows for a journal app with authors, entries, and reactions tables
- Reasoned
- Ran load_context
- Ran list_tables
- Ran list_extensions
- Reasoned
Seed SQL (authors, entries, reactions)
Below is Postgres-friendly sample data built on the columns already present in this branch:
-
authors:id,email,display_name,created_at
-
entries:id,author_id,title,body,created_at
-
reactions:id,entry_id,author_id,kind,created_at