Files

3 lines
88 B
MySQL
Raw Permalink Normal View History

2025-07-24 12:46:01 -05:00
insert into activity(user_id, action, title)
values({{user_id}}, 'created', {{title}});