From f496b377c805c6dea3d48129a47b80a7ceae754b Mon Sep 17 00:00:00 2001 From: Rodolphe Quiedeville Date: Thu, 7 Dec 2006 12:55:14 +0000 Subject: [PATCH] Ajout weight float DEFAULT 0, units char(2) DEFAULT 'kg', --- mysql/tables/llx_product.sql | 2 ++ 1 file changed, 2 insertions(+) diff --git a/mysql/tables/llx_product.sql b/mysql/tables/llx_product.sql index 791d8c7fa99..4f3aa5ab82f 100644 --- a/mysql/tables/llx_product.sql +++ b/mysql/tables/llx_product.sql @@ -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;