weight             float DEFAULT 0,
  units              char(2) DEFAULT 'kg',
This commit is contained in:
Rodolphe Quiedeville 2006-12-07 12:55:14 +00:00
parent e8c0b69e85
commit f496b377c8

View File

@ -40,6 +40,8 @@ create table llx_product
stock_commande integer DEFAULT 0,
seuil_stock_alerte integer DEFAULT 0,
gencode varchar(255) DEFAULT NULL,
weight float DEFAULT 0,
units char(2) DEFAULT 'kg',
canvas varchar(15) DEFAULT ''
)type=innodb;