From a656173c51ffc74db9ed1ca9754fb034266fac6b Mon Sep 17 00:00:00 2001 From: Rodolphe Quiedeville Date: Sat, 7 Feb 2004 16:37:49 +0000 Subject: [PATCH] =?UTF-8?q?Ajout=20champ=20rubrique=20=E0=20la=20table?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- mysql/tables/llx_societe.sql | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/mysql/tables/llx_societe.sql b/mysql/tables/llx_societe.sql index 4f0abe5fd49..035627ecdff 100644 --- a/mysql/tables/llx_societe.sql +++ b/mysql/tables/llx_societe.sql @@ -50,8 +50,9 @@ create table llx_societe note text, -- services integer default 0, -- prefix_comm varchar(5), -- prefix commercial - client smallint default 0, -- client oui/non + client int default 0, -- client oui/non fournisseur smallint default 0, -- fournisseur oui/non + rubrique varchar(255), -- champ rubrique libre UNIQUE INDEX(prefix_comm) )type=innodb;