Table llx adherent options label

From Dolibarr ERP CRM Wiki
Jump to navigation Jump to search


En verysmall.png The documentation related to other tables is available on the page: Table SQL
Fr verysmall.png La documentation relative aux autres tables est disponible sur la page: Table SQL
Es verysmall.png La documentación relativa a otras tablas se encuentra disponible en la página: Table SQL
De verysmall.png Eine Dokumentation zu weiteren Tabellen ist auf dieser Seite verfügbar: Table SQL
Cn verysmall.png与其他表相关的文档请参阅:Table SQL


Content/Contenu/Contenido

En verysmall.png Contains the label of optional attributes to describe members in foundation module

Fr verysmall.png Contient les étiquettes des attributs optionnel des adhérents du module association

Es verysmall.png Contiene las etiquetas de los atributos opcionales de los miembros del módulo miembros

Structure

Table

Field Type Null Key Default Extra Description
rowid int(11) NO PRI auto_increment technical index
name varchar(64) NO UNI index
entity int(11) NO UNI 1 multi company id
tms timestamp NO Current date Date of last modification. See page Field Tms.
label varchar(255) NO label corresponding to the attribute
type varchar(8) YES NULL attribute type
size int(11) YES 0 attribute size
pos int(11) YES 0 attribute position

 

Keys

Key Type Fields
PRIMARY PRIMARY rowid
uk_adherent_options_label_name UNIQUE name,entity