Thanasoft-Hytha/gestion/lib/Sql/20250414-ADD_FACTURE_ID_IN_DEVIS.sql
2025-04-14 16:01:19 +03:00

2 lines
81 B
SQL

alter table oc_gestion_devis
add column fk_facture_id VARCHAR(100) DEFAULT NULL;