pantry-track/sql/INSERT/insertItemLocationsTuple.sql
2025-02-08 12:00:50 -06:00

4 lines
132 B
SQL

INSERT INTO %%site_name%%_item_locations
(part_id, location_id, quantity_on_hand, cost_layers)
VALUES (%s, %s, %s, %s)
RETURNING *;