Modif structure
This commit is contained in:
parent
f7eea2ea5b
commit
7f9f649025
@ -22,10 +22,11 @@
|
|||||||
|
|
||||||
create table llx_entrepot_valorisation
|
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 à jour automatiquement
|
||||||
|
date_calcul date, -- date auquel a ete calcule la valeur
|
||||||
fk_entrepot integer UNSIGNED NOT NULL ,
|
fk_entrepot integer UNSIGNED NOT NULL ,
|
||||||
value integer,
|
valo_pmp float(12,4), -- valoristaion du stock en PMP
|
||||||
|
key(fk_entrepot)
|
||||||
UNIQUE (date_calcul, fk_entrepot)
|
|
||||||
)type=innodb;
|
)type=innodb;
|
||||||
|
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user