6 lines
259 B
SQL
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 ''; |