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