Files

4 lines
96 B
MySQL
Raw Permalink Normal View History

2025-07-24 12:46:01 -05:00
insert into todos(user_id, title)
values({{user_id}}, {{title}})
returning id, title, finished;