forked from Wavyzz/dolibarr
Modif structure
This commit is contained in:
@@ -22,10 +22,11 @@
|
||||
|
||||
create table llx_entrepot_valorisation
|
||||
(
|
||||
date_calcul date, -- date auquel a ete calcule la valeur
|
||||
rowid integer AUTO_INCREMENT PRIMARY KEY,
|
||||
tms timestamp, -- date technique mise <20> jour automatiquement
|
||||
date_calcul date, -- date auquel a ete calcule la valeur
|
||||
fk_entrepot integer UNSIGNED NOT NULL ,
|
||||
value integer,
|
||||
|
||||
UNIQUE (date_calcul, fk_entrepot)
|
||||
valo_pmp float(12,4), -- valoristaion du stock en PMP
|
||||
key(fk_entrepot)
|
||||
)type=innodb;
|
||||
|
||||
|
||||
Reference in New Issue
Block a user