Ajout ALTER TABLE llx_entrepot ADD COLUMN valo_pmp float(12,4) DEFAULT 0;

This commit is contained in:
Rodolphe Quiedeville 2006-12-13 15:36:36 +00:00
parent e4f8c69589
commit e8686da549

View File

@ -584,3 +584,4 @@ create table llx_entrepot_valorisation
key(fk_entrepot)
)type=innodb;
ALTER TABLE llx_entrepot ADD COLUMN valo_pmp float(12,4) DEFAULT 0;