This website requires JavaScript.
Explore
Help
Sign In
nightshade
/
nerak
Watch
1
Star
1
Fork
0
Code
Issues
Pull Requests
Actions
Packages
Projects
Releases
Wiki
Activity
Files
8567a5eef67ad8cb5adf5abfdfbfc4f3cd8a2536
nerak
/
07_todo_db_per_user
/
create_todo.sql
T
3 lines
44 B
SQL
Raw
Normal View
History
Unescape
Escape
MaCH repo
2025-07-24 12:46:01 -05:00
insert
into
todos
(
title
)
values
(
{{
title
}}
);
Reference in New Issue
Copy Permalink