Shopware 6.3.5.1 currency
Available currencies with exchange rates (factor) and rounding configuration.
| Column | Type | Nullable | Additional |
| id | binary(16) | NO | Primary Key |
| iso_code | char(3) | NO | Unique |
| factor | double | NO | |
| symbol | varchar(255) | NO | |
| position | int(11) | NO | Default: 1 |
| decimal_precision | int(11) | NO | |
| created_at | datetime(3) | NO | |
| updated_at | datetime(3) | YES | |
| Index Name | Columns | Unique |
| PRIMARY | id | Yes |
| uniq.currency.iso_code | iso_code | Yes |
Relations (to this table)
7 relations