2025-04-26 21:17:47 -05:00

4 lines
151 B
SQL

INSERT INTO %%site_name%%_recipes
(name, author, description, creation_date, instructions, picture_path)
VALUES (%s, %s, %s, %s, %s, %s)
RETURNING *;