diff --git a/htdocs/install/mysql/tables/llx_paiementfourn_facturefourn.sql b/htdocs/install/mysql/tables/llx_paiementfourn_facturefourn.sql index b34f6675d95..352c26e156e 100644 --- a/htdocs/install/mysql/tables/llx_paiementfourn_facturefourn.sql +++ b/htdocs/install/mysql/tables/llx_paiementfourn_facturefourn.sql @@ -26,4 +26,4 @@ create table llx_paiementfourn_facturefourn fk_paiementfourn INTEGER DEFAULT NULL, fk_facturefourn INTEGER DEFAULT NULL, amount DOUBLE DEFAULT '0' -) TYPE=innodb; \ No newline at end of file +)type=innodb; \ No newline at end of file