Table llx projet task actors
Jump to navigation
Jump to search
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
From Dolibarr version x.x this table is deprecated and replaced by table_llx_element_contact
Content/Contenu/Contenido
Contains actors tasks related to a project.
Contient des actors des tâches liées à un projet.
Contiene los actores de tareas relacionadas a un proyecto.
Structure
Table
Field | Type | Null | Key | Default | Extra | Description |
fk_projet_task | int(11) | NO | UNI | ID of task (llx_projet_task->rowid) | ||
fk_user | int(11) | NO | UNI | ID of user (llx_user->rowid) | ||
role | varchar(5) | YES | admin | user rol |
Keys
Key | Type | Fields |
fk_projet_task | UNIQUE | fk_projet_task,fk_user |