Changes

no edit summary
Line 5: Line 5:  
{{ListOfTables}}
 
{{ListOfTables}}
   −
= Contenu =
+
= Content/Contenu/Contenido =
 +
{{flag en}} Contains the relations between categories
    +
{{flag fr}} Contient la relation entre les catégories
 +
 +
{{flag sp}} Contiene la relación entre categorías
    
= Structure =
 
= Structure =
Line 18: Line 22:  
  |style="background-color: #e9e9ef"| <b>Description</b>
 
  |style="background-color: #e9e9ef"| <b>Description</b>
 
|-  
 
|-  
| rowid  
+
| fk_categorie_mere
 +
| int(11)
 +
| &nbsp;
 +
|
 +
|
 +
|
 +
| ID of mother category ([[Table llx_categorie|llx_categorie]]->rowid)
 +
|-
 +
| fk_categorie_fille
 
| int(11)  
 
| int(11)  
 
| &nbsp;
 
| &nbsp;
| PRI
+
|  
| NULL
+
|  
| auto_increment
+
|  
| technical index
+
| ID of daughter category ([[Table llx_categorie|llx_categorie]]->rowid)
 
|}
 
|}