add sql for thanato coordinates
This commit is contained in:
parent
d8d632de91
commit
7d71e069d3
6
gestion/lib/Sql/20250227-ADD_THANATO_COORDINATES.sql
Normal file
6
gestion/lib/Sql/20250227-ADD_THANATO_COORDINATES.sql
Normal 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 '';
|
||||
Loading…
x
Reference in New Issue
Block a user