diff --git a/mysql/tables/llx_document_model.sql b/mysql/tables/llx_document_model.sql index 773e00774a6..bd96f4764a0 100644 --- a/mysql/tables/llx_document_model.sql +++ b/mysql/tables/llx_document_model.sql @@ -26,7 +26,7 @@ create table llx_document_model ( nom varchar(50) PRIMARY KEY, - type varchar(12) NOT NULL, + type varchar(12) NOT NULL, libelle varchar(255), description text )type=innodb; \ No newline at end of file