Uecko_ERP/docs/customer-invoices/sql/add-proforma-archive-columns.sql

3 lines
62 B
MySQL
Raw Permalink Normal View History

2026-07-29 12:40:59 +00:00
ALTER TABLE proformas
ADD COLUMN archived_at DATETIME NULL;