Repassage en float de weight
This commit is contained in:
parent
39f23331dd
commit
97f993852a
@ -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;
|
||||
|
||||
|
||||
|
||||
Loading…
Reference in New Issue
Block a user