Fix: Table llx_document_model
This commit is contained in:
parent
a79cabdc10
commit
79d758b16a
@ -26,7 +26,7 @@
|
|||||||
create table llx_document_model
|
create table llx_document_model
|
||||||
(
|
(
|
||||||
nom varchar(50) PRIMARY KEY,
|
nom varchar(50) PRIMARY KEY,
|
||||||
type varchar(12) NOT NULL,
|
type varchar(12) NOT NULL,
|
||||||
libelle varchar(255),
|
libelle varchar(255),
|
||||||
description text
|
description text
|
||||||
)type=innodb;
|
)type=innodb;
|
||||||
Loading…
Reference in New Issue
Block a user