3 lines
44 B
MySQL
3 lines
44 B
MySQL
|
|
insert into todos(title)
|
||
|
|
values({{title}});
|