Ajout colonne price float default 0

This commit is contained in:
Rodolphe Quiedeville 2006-12-12 17:28:54 +00:00
parent 5992a324b3
commit 8b32cb3b46

View File

@ -28,6 +28,7 @@ create table llx_stock_mouvement
fk_product integer NOT NULL,
fk_entrepot integer NOT NULL,
value integer,
price float DEFAULT 0,
type_mouvement smallint,
fk_user_author integer,