Difference between revisions of "Table llx adherent"
Jump to navigation
Jump to search
(→Table) |
(→Keys) |
||
Line 251: | Line 251: | ||
==Keys== | ==Keys== | ||
− | '''Version 1. | + | '''Version 1.3 2009/11/07''' |
{| align="left" width="100%" border="0" rules="all" cellpadding="1" cellspacing="0" style="margin: 0 0 1px 1px; border: 1px solid #dddddd; border-right-width: 2px; border-bottom-width: 2px; background-color: #f3f3f5" | {| align="left" width="100%" border="0" rules="all" cellpadding="1" cellspacing="0" style="margin: 0 0 1px 1px; border: 1px solid #dddddd; border-right-width: 2px; border-bottom-width: 2px; background-color: #f3f3f5" | ||
|style="background-color: #e9e9ef"| <b>Key</b> | |style="background-color: #e9e9ef"| <b>Key</b> | ||
Line 263: | Line 263: | ||
| uk_adherent_login | | uk_adherent_login | ||
| UNIQUE | | UNIQUE | ||
− | | login | + | | login,entity |
|- | |- | ||
| uk_adherent_fk_soc | | uk_adherent_fk_soc | ||
| UNIQUE | | UNIQUE | ||
− | |||
− | |||
− | |||
− | |||
| fk_soc | | fk_soc | ||
|- | |- |
Revision as of 07:59, 9 November 2009
The documentation related to other tables is available on the page: Table SQL
La documentation relative aux autres tables est disponible sur la page: Table SQL
La documentación relativa a otras tablas se encuentra disponible en la página: Table SQL
Eine Dokumentation zu weiteren Tabellen ist auf dieser Seite verfügbar: Table SQL
与其他表相关的文档请参阅:Table SQL
Content/Contenu/Contenido
Contains the list of members managed in the foundation module
Contient les adhérents du module association
Contiene la lista de miembros del módulo miembros
Structure
Table
Version 1.3 2009/11/07
Field | Type | Null | Key | Default | Extra | Description |
rowid | int(11) | NO | PRI | auto_increment | technical index | |
entity | int(11) | NO | UNI | 1 | multi company id | |
nom | varchar(50) | YES | NULL | name of member | ||
prenom | varchar(50) | YES | NULL | firstname of member | ||
login | varchar(50) | NO | UNI | login of member | ||
password | varchar(50) | YES | NULL | login password of member | ||
fk_adherent_type | int(11) | NO | MUL | ID type of member (llx_adherent_type->rowid) | ||
morphy | varchar(3) | NO | person physical / entity | |||
societe | varchar(50) | YES | NULL | society | ||
fk_soc | int(11) | YES | UNI | NULL | ID of society (llx_societe->rowid) | |
adresse | text | YES | NULL | adress of member | ||
cp | varchar(30) | YES | NULL | postal code of member | ||
ville | varchar(50) | YES | NULL | city of member | ||
pays | varchar(50) | YES | NULL | country of member | ||
varchar(255) | YES | NULL | email of member | |||
phone | varchar(30) | YES | NULL | phone of member | ||
phone_perso | varchar(30) | YES | NULL | personal phone of member | ||
phone_mobile | varchar(30) | YES | NULL | mobil phone of member | ||
naiss | date | YES | NULL | date of birth | ||
photo | varchar(255) | YES | NULL | url to photo of member | ||
statut | smallint | NO | 0 | status of member ( -1 : draft, 0 : terminated, 1 : validated) | ||
public | smallint | NO | 0 | flag to set or not public member | ||
datefin | datetime | YES | NULL | date end of cotisation | ||
note | text | YES | NULL | comentary | ||
tms | timestamp | NO | CURRENT_TIMESTAMP | last update date | ||
fk_user_author | int(11) | YES | NULL | ID user author (llx_user->rowid) | ||
fk_user_mod | int(11) | YES | NULL | ID user made last modification (llx_user->rowid) | ||
fk_user_valid | int(11) | YES | NULL | ID user made validation (llx_user->rowid) |
Keys
Version 1.3 2009/11/07
Key | Type | Fields |
PRIMARY | PRIMARY | rowid |
uk_adherent_login | UNIQUE | login,entity |
uk_adherent_fk_soc | UNIQUE | fk_soc |
idx_adherent_fk_adherent_type | MULTIPLE | fk_adherent_type |