Difference between revisions of "Table llx user clicktodial"
Jump to navigation
Jump to search
Line 15: | Line 15: | ||
= Structure = | = Structure = | ||
== Table == | == Table == | ||
− | + | {| align="left" width="100%" border="0" cellpadding="1" cellspacing="0" class="dolbox" | |
− | {| align="left" width="100%" border="0 | ||
|style="background-color: #e9e9ef"| <b>Field</b> | |style="background-color: #e9e9ef"| <b>Field</b> | ||
|style="background-color: #e9e9ef"| <b>Type</b> | |style="background-color: #e9e9ef"| <b>Type</b> | ||
Line 58: | Line 57: | ||
|} | |} | ||
== Keys == | == Keys == | ||
− | + | {| align="left" width="100%" border="0" cellpadding="1" cellspacing="0" class="dolbox" | |
− | {| align="left" width="100%" border="0 | ||
|style="background-color: #e9e9ef"| <b>Key</b> | |style="background-color: #e9e9ef"| <b>Key</b> | ||
|style="background-color: #e9e9ef"| <b>Type</b> | |style="background-color: #e9e9ef"| <b>Type</b> |
Latest revision as of 16:00, 19 July 2011
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
Store Clicktodial data associated with a Dolibarr user
Garde les données Clicktodial associées à un utilisateur Dolibarr
Guarda los datos de Clicktodial relacionados con un usuario Dolibarr
Structure
Table
Field | Type | Null | Key | Default | Extra | Description |
fk_user | int(11) | NO | PRI | ID of user (llx_user->rowid) | ||
login | varchar(32) | YES | NULL | user login | ||
pass | varchar(64) | YES | NULL | user password | ||
poste | varchar(20) | YES | NULL |
Keys
Key | Type | Fields |
PRIMARY | PRIMARY | fk_user |