Fix missing extraparams column

This commit is contained in:
Laurent Destailleur
2023-02-19 17:12:13 +01:00
parent 2b8b389bcf
commit 8a283f4de4
3 changed files with 40 additions and 35 deletions

View File

@@ -77,7 +77,7 @@ create table llx_commande
fk_incoterms integer, -- for incoterms
location_incoterms varchar(255), -- for incoterms
import_key varchar(14),
extraparams varchar(255), -- for stock other parameters with json format
extraparams varchar(255), -- to save other parameters with json format
fk_multicurrency integer,
multicurrency_code varchar(3),