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
1dbbee6eabf808f5c84aa8baa0b8608d6ad21fb3
nerak
/
examples
/
06_todo_events
/
todos
/
create_todo.sql
T
3 lines
66 B
SQL
Raw
Normal View
History
Unescape
Escape
nerak repo
2025-07-24 12:46:01 -05:00
insert
into
todos
(
user_id
,
title
)
values
(
{{
user_id
}}
,
{{
title
}}
);
Reference in New Issue
Copy Permalink