From fae054769a6a7f622971f297e633c66c8ca35c41 Mon Sep 17 00:00:00 2001 From: Rodolphe Quiedeville Date: Sat, 24 Jan 2004 12:56:53 +0000 Subject: [PATCH] Ajout champ birthday --- mysql/tables/llx_socpeople.sql | 1 + 1 file changed, 1 insertion(+) diff --git a/mysql/tables/llx_socpeople.sql b/mysql/tables/llx_socpeople.sql index 97eb0e3e021..ca5613cd3c2 100644 --- a/mysql/tables/llx_socpeople.sql +++ b/mysql/tables/llx_socpeople.sql @@ -28,6 +28,7 @@ create table llx_socpeople name varchar(50), firstname varchar(50), address varchar(255), + birthday date, poste varchar(80), phone varchar(30), phone_perso varchar(30),