Thanasoft-H2F/gestion/lib/Sql/20250227-ADD_THANATO_COORDINATES.sql
2025-02-27 17:16:11 +03:00

6 lines
259 B
SQL

alter table oc_gestion_thanato
add thanato_address VARCHAR(200) DEFAULT '',
add thanato_city VARCHAR(200) DEFAULT '';
add thanato_phone VARCHAR(200) DEFAULT '';
add thanato_siret VARCHAR(200) DEFAULT '';
add thanato_company_name VARCHAR(200) DEFAULT '';