Modif: augmentation de la capacit du champ "description"
This commit is contained in:
parent
5626869fd6
commit
f3c8adcc69
@ -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;
|
||||
|
||||
Loading…
Reference in New Issue
Block a user