3 lines
66 B
MySQL
3 lines
66 B
MySQL
|
|
insert into todos(user_id, title)
|
||
|
|
values({{user_id}}, {{title}});
|