From d7fc9ce92085126636da7b305158fcfa2ecc1676 Mon Sep 17 00:00:00 2001 From: Rodolphe Quiedeville Date: Mon, 4 Aug 2003 13:45:36 +0000 Subject: [PATCH] Ajout duration --- mysql/tables/llx_product.sql | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/mysql/tables/llx_product.sql b/mysql/tables/llx_product.sql index f31744880bc..c68c279c203 100644 --- a/mysql/tables/llx_product.sql +++ b/mysql/tables/llx_product.sql @@ -33,6 +33,7 @@ create table llx_product fk_user_author integer, envente tinyint default 1, nbvente integer default 0, - fk_product_type integer default 0 + fk_product_type integer default 0, + duration varchar(6) );