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,
|
rowid integer AUTO_INCREMENT PRIMARY KEY,
|
||||||
fk_product integer DEFAULT 0 NOT NULL,
|
fk_product integer DEFAULT 0 NOT NULL,
|
||||||
lang varchar(5) DEFAULT 0 NOT NULL,
|
lang varchar(5) DEFAULT 0 NOT NULL,
|
||||||
label varchar(255),
|
label varchar(255) NOT NULL,
|
||||||
description text,
|
description text,
|
||||||
note text
|
note text
|
||||||
)type=innodb;
|
)type=innodb;
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user