Repassage en float de weight

This commit is contained in:
Rodolphe Quiedeville 2006-12-09 11:48:22 +00:00
parent 39f23331dd
commit 97f993852a

View File

@ -41,9 +41,9 @@ create table llx_product
seuil_stock_alerte integer DEFAULT 0,
stock_loc varchar(10), -- emplacement dans le stock
gencode varchar(255) DEFAULT NULL,
weight real DEFAULT NULL,
weight_units tinyint DEFAULT NULL,
canvas varchar(15) DEFAULT ''
weight float DEFAULT NULL,
weight_units tinyint DEFAULT NULL,
canvas varchar(15) DEFAULT ''
)type=innodb;