add sql for thanato coordinates

This commit is contained in:
Tiavina 2025-02-27 17:16:11 +03:00
parent d8d632de91
commit 7d71e069d3

View File

@ -0,0 +1,6 @@
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 '';