Changes

Line 21: Line 21:  
  |style="background-color: #e9e9ef"| <b>Description</b>
 
  |style="background-color: #e9e9ef"| <b>Description</b>
 
|-  
 
|-  
| rowid
+
| code
| int(11)  
+
| varchar(2)  
| &nbsp;
+
|  
| PRI
+
|  
 +
|
 +
|
 +
| code of currency
 +
|-
 +
| code_iso
 +
| varchar(3)
 +
|
 +
|
 +
|
 +
|
 +
| code iso of currency
 +
|- 
 +
| label
 +
| varchar(64)
 +
| YES
 +
|
 
| NULL
 
| NULL
| auto_increment
+
|  
| technical index
+
| label of currency
 +
|-
 +
| active
 +
| tinyint(4)
 +
|
 +
|
 +
| 1
 +
|
 +
| is the currency active?
 
|}
 
|}