Table llx adherent options label
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 label of optional attributes to describe members in foundation module
Contient les étiquettes des attributs optionnel des adhérents du module association
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 |