Modif: augmentation de la capacit du champ "description"

This commit is contained in:
Regis Houssin 2006-09-08 08:26:06 +00:00
parent 5626869fd6
commit f3c8adcc69

View File

@ -114,7 +114,7 @@ create table llx_product_det
rowid integer AUTO_INCREMENT PRIMARY KEY,
fk_product integer DEFAULT 0 NOT NULL,
lang varchar(5) DEFAULT 0 NOT NULL,
label varchar(255),
label varchar(255) NOT NULL,
description text,
note text
)type=innodb;