Ajout de alter table llx_fournisseur_ca add ca_achat float(11,2) DEFAULT 0;

This commit is contained in:
Rodolphe Quiedeville 2006-12-10 14:48:23 +00:00
parent a7dd41c4dd
commit af6f5ce526

View File

@ -530,6 +530,8 @@ create table llx_fournisseur_ca
UNIQUE (fk_societe, year)
)type=innodb;
alter table llx_fournisseur_ca add ca_achat float(11,2) DEFAULT 0;
create table llx_product_ca
(
fk_product integer,