Files
mach_examples/07_todo_db_per_user/create_todo.sql

3 lines
44 B
MySQL
Raw Normal View History

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