From 25477b10f42129e70b334ea8e99730e5b8681059 Mon Sep 17 00:00:00 2001 From: Rodolphe Quiedeville Date: Fri, 14 Jan 2005 15:49:50 +0000 Subject: [PATCH] Ajout champs CP et Ville --- mysql/tables/llx_socpeople.sql | 2 ++ 1 file changed, 2 insertions(+) diff --git a/mysql/tables/llx_socpeople.sql b/mysql/tables/llx_socpeople.sql index eb747377033..5162e50d8b8 100644 --- a/mysql/tables/llx_socpeople.sql +++ b/mysql/tables/llx_socpeople.sql @@ -30,6 +30,8 @@ create table llx_socpeople name varchar(50), firstname varchar(50), address varchar(255), + cp varchar(25), + ville varchar(255), birthday date, poste varchar(80), phone varchar(30),