pantry-track/application/shoppinglists/sql/insertShoppingListItemsTuple.sql
2025-07-12 08:54:27 -05:00

4 lines
162 B
SQL

INSERT INTO %%site_name%%_shopping_list_items
(uuid, sl_id, item_type, item_name, uom, qty, item_id, links)
VALUES (%s, %s, %s, %s, %s, %s, %s, %s)
RETURNING *;