Difference between revisions of "Table llx c currencies"
(→Table) |
|||
Line 12: | Line 12: | ||
= Structure = | = Structure = | ||
== Table == | == Table == | ||
− | + | {| align="left" width="100%" border="0" rules="all" cellpadding="1" cellspacing="0" class="dolbox" | |
− | {| align="left" width="100%" border="0" rules="all" cellpadding="1" cellspacing="0" | ||
|style="background-color: #e9e9ef"| <b>Field</b> | |style="background-color: #e9e9ef"| <b>Field</b> | ||
|style="background-color: #e9e9ef"| <b>Type</b> | |style="background-color: #e9e9ef"| <b>Type</b> | ||
Line 64: | Line 63: | ||
== Keys == | == Keys == | ||
− | + | {| align="left" width="100%" border="0" cellpadding="1" cellspacing="0" class="dolbox" | |
− | {| align="left" width="100%" border="0 | ||
|style="background-color: #e9e9ef"| <b>Key</b> | |style="background-color: #e9e9ef"| <b>Key</b> | ||
|style="background-color: #e9e9ef"| <b>Type</b> | |style="background-color: #e9e9ef"| <b>Type</b> |
Latest revision as of 09:56, 19 July 2011
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 list of currencies proposed to the user. To date (version 2.1), only used to ask the installator what currency to use globally.
Contient les différentes devises proposées à l'utilisateur. Uniquement utilisée à ce jour (version 2.1) au moment de l'installation pour demander quelle devise utiliser partout pour la suite.
Contiene la lista de las divisas propuestas al usuario. A día de hoy (versión 2.1), se usa para preguntar al instalador que divisa usaremos globalmente.
Structure
Table
Field | Type | Null | Key | Default | Extra | Description |
code | varchar(2) | NO | PRI | code of currency | ||
code_iso | varchar(3) | NO | UNI | code iso of currency | ||
label | varchar(64) | YES | NULL | label of currency | ||
labelsing | varchar(64) | YES | NULL | |||
active | tinyint(4) | NO | 1 | is the currency active? |
Keys
Key | Type | Fields |
PRIMARY | PRIMARY | code |
uk_c_currencies_code_iso | UNIQUE | code_iso |