rajout d'un champ login et d'u champ pass

This commit is contained in:
jlb 2003-01-13 23:56:09 +00:00
parent a67c8fa687
commit eae6f74e63

View File

@ -39,6 +39,8 @@ create table llx_adherent
ville varchar(50),
pays varchar(50),
email varchar(255),
login varchar(50), -- login utilise pour editer sa fiche
pass varchar(50), -- pass utilise pour editer sa fiche
fk_user_author integer NOT NULL,
fk_user_mod integer NOT NULL,
fk_user_valid integer NOT NULL,