Repassage en float de weight
This commit is contained in:
parent
39f23331dd
commit
97f993852a
@ -41,7 +41,7 @@ create table llx_product
|
|||||||
seuil_stock_alerte integer DEFAULT 0,
|
seuil_stock_alerte integer DEFAULT 0,
|
||||||
stock_loc varchar(10), -- emplacement dans le stock
|
stock_loc varchar(10), -- emplacement dans le stock
|
||||||
gencode varchar(255) DEFAULT NULL,
|
gencode varchar(255) DEFAULT NULL,
|
||||||
weight real DEFAULT NULL,
|
weight float DEFAULT NULL,
|
||||||
weight_units tinyint DEFAULT NULL,
|
weight_units tinyint DEFAULT NULL,
|
||||||
canvas varchar(15) DEFAULT ''
|
canvas varchar(15) DEFAULT ''
|
||||||
)type=innodb;
|
)type=innodb;
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user