Files
techxcar/backend/migrations/tenant/000007_wo_items_change_justification.up.sql
2026-07-02 22:19:03 +01:00

3 lines
75 B
SQL

ALTER TABLE wo_items
ADD COLUMN IF NOT EXISTS change_justification TEXT;