Fix: Table llx_document_model

This commit is contained in:
Laurent Destailleur 2006-05-06 14:01:48 +00:00
parent a79cabdc10
commit 79d758b16a

View File

@ -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;