From 605b4554f1e8b81657e43fbc41bb1816a431180d Mon Sep 17 00:00:00 2001 From: Rodolphe Quiedeville Date: Sat, 7 Feb 2004 16:40:33 +0000 Subject: [PATCH] Ajout champ civilite --- 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 cc9944406a8..59f06026114 100644 --- a/mysql/tables/llx_socpeople.sql +++ b/mysql/tables/llx_socpeople.sql @@ -26,6 +26,7 @@ create table llx_socpeople datec datetime, tms timestamp, fk_soc integer, + civilite smallint, -- 1 M, 2 Mme, 3 Mlle name varchar(50), firstname varchar(50), address varchar(255),