From 94844ff0795cb6a53ae4a0da744df2adaa612aba Mon Sep 17 00:00:00 2001 From: Rodolphe Quiedeville Date: Tue, 12 Dec 2006 17:33:12 +0000 Subject: [PATCH] Modif champs price --- mysql/tables/llx_stock_mouvement.sql | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/mysql/tables/llx_stock_mouvement.sql b/mysql/tables/llx_stock_mouvement.sql index 7082d980652..fa080005242 100644 --- a/mysql/tables/llx_stock_mouvement.sql +++ b/mysql/tables/llx_stock_mouvement.sql @@ -28,7 +28,7 @@ create table llx_stock_mouvement fk_product integer NOT NULL, fk_entrepot integer NOT NULL, value integer, - price float DEFAULT 0, + price float(13,4) DEFAULT 0, type_mouvement smallint, fk_user_author integer,