pantry-track/application/shoppinglists/sql/insertShoppingListsTuple.sql
2025-08-14 20:43:53 -05:00

4 lines
151 B
SQL

INSERT INTO %%site_name%%_shopping_lists
(name, description, author, creation_date, sub_type, list_type)
VALUES (%s, %s, %s, %s, %s, %s)
RETURNING *;