3 lines
88 B
MySQL
3 lines
88 B
MySQL
|
|
insert into activity(user_id, action, title)
|
||
|
|
values({{user_id}}, 'created', {{title}});
|