Ajout nouveaux champs
This commit is contained in:
parent
4fbd2edd4e
commit
8e570bc0c3
@ -1,5 +1,5 @@
|
|||||||
-- ============================================================================
|
-- ============================================================================
|
||||||
-- Copyright (C) 2001-2003 Rodolphe Quiedeville <rodolphe@quiedeville.org>
|
-- Copyright (C) 2001-2004 Rodolphe Quiedeville <rodolphe@quiedeville.org>
|
||||||
--
|
--
|
||||||
-- This program is free software; you can redistribute it and/or modify
|
-- This program is free software; you can redistribute it and/or modify
|
||||||
-- it under the terms of the GNU General Public License as published by
|
-- it under the terms of the GNU General Public License as published by
|
||||||
@ -30,8 +30,11 @@ create table llx_socpeople
|
|||||||
address varchar(255),
|
address varchar(255),
|
||||||
poste varchar(80),
|
poste varchar(80),
|
||||||
phone varchar(30),
|
phone varchar(30),
|
||||||
|
phone_perso varchar(30),
|
||||||
|
phone_mobile varchar(30),
|
||||||
fax varchar(30),
|
fax varchar(30),
|
||||||
email varchar(255),
|
email varchar(255),
|
||||||
|
jabberid varchar(255),
|
||||||
fk_user integer default 0,
|
fk_user integer default 0,
|
||||||
note text
|
note text
|
||||||
);
|
);
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user