Changes

Line 23: Line 23:  
  |style="background-color: #e9e9ef"| <b>Description</b>
 
  |style="background-color: #e9e9ef"| <b>Description</b>
 
|-  
 
|-  
| rowid
+
| id
| int(11)  
+
| int(11)
 
| &nbsp;
 
| &nbsp;
 
| PRI
 
| PRI
 +
|
 +
|
 +
| technical index
 +
|-
 +
| code
 +
| varchar(12)
 +
| &nbsp;
 +
|
 +
|
 +
|
 +
| code of status
 +
|-
 +
| libelle
 +
| varchar(30)
 +
| YES
 +
|
 
| NULL
 
| NULL
| auto_increment
+
|  
| technical index
+
| label of status
 +
|-
 +
| active
 +
| tinyint(4)
 +
|
 +
|
 +
| 1
 +
|
 +
| is the status active?
 
|}
 
|}