From 1211ea56016e774a82d68fdde5605113ecd7d5ef Mon Sep 17 00:00:00 2001 From: Laurent Destailleur Date: Mon, 28 Mar 2005 17:21:47 +0000 Subject: [PATCH] =?UTF-8?q?New:=20Ajout=20de=20caract=E9ristiques=20=E0=20?= =?UTF-8?q?l'entrep=F4t.?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- mysql/tables/llx_entrepot.sql | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/mysql/tables/llx_entrepot.sql b/mysql/tables/llx_entrepot.sql index 246436b9d0a..41bf916decc 100644 --- a/mysql/tables/llx_entrepot.sql +++ b/mysql/tables/llx_entrepot.sql @@ -28,6 +28,11 @@ create table llx_entrepot tms timestamp, label varchar(255) NOT NULL, description text, + lieu varchar(64), -- résumé lieu situation + address varchar(255), + cp varchar(10), + ville varchar(50), + fk_pays integer DEFAULT 0, statut tinyint DEFAULT 1, -- 1 ouvert, 0 fermé fk_user_author integer )type=innodb;