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
1ab3b1c5ffd94988f72f3802d7137961c5737fba
nerak
/
08_todo_events
/
activity
/
insert_activity.sql
T
3 lines
88 B
SQL
Raw
Normal View
History
Unescape
Escape
MaCH repo
2025-07-24 12:46:01 -05:00
insert
into
activity
(
user_id
,
action
,
title
)
values
(
{{
user_id
}}
,
'created'
,
{{
title
}}
);
Reference in New Issue
Copy Permalink