Ajout duration
This commit is contained in:
parent
5985c3fa45
commit
d7fc9ce920
@ -33,6 +33,7 @@ create table llx_product
|
||||
fk_user_author integer,
|
||||
envente tinyint default 1,
|
||||
nbvente integer default 0,
|
||||
fk_product_type integer default 0
|
||||
fk_product_type integer default 0,
|
||||
duration varchar(6)
|
||||
);
|
||||
|
||||
|
||||
Loading…
Reference in New Issue
Block a user