diff --git a/mysql/tables/llx_facturedet.sql b/mysql/tables/llx_facturedet.sql index 0a9d86fe2cf..0786d23925c 100644 --- a/mysql/tables/llx_facturedet.sql +++ b/mysql/tables/llx_facturedet.sql @@ -34,6 +34,7 @@ create table llx_facturedet price real, -- prix final date_start datetime, -- date debut si service date_end datetime, -- date fin si service - fk_code_ventilation integer DEFAULT 0 NOT NULL + fk_code_ventilation integer DEFAULT 0 NOT NULL, + fk_export_compta integer DEFAULT 0 NOT NULL )type=innodb;