Files
2026-06-05 21:42:55 +02:00

3 lines
139 B
SQL

INSERT INTO comments (post_id, user_id, content) VALUES ($id, 1, :content);
SELECT 'redirect' as component, CONCAT('/post/', $id) AS link;