Ajout colonne price float default 0
This commit is contained in:
parent
5992a324b3
commit
8b32cb3b46
@ -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,
|
||||
|
||||
|
||||
Loading…
Reference in New Issue
Block a user