4 lines
83 B
SQL
4 lines
83 B
SQL
UPDATE "bricktracker_individual_parts"
|
|
SET "{{ field }}" = :value
|
|
WHERE "id" = :id
|