<?xml version="1.0" encoding="utf-8"?>
<doctrine-mapping xmlns="http://doctrine-project.org/schemas/orm/doctrine-mapping" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:schemaLocation="http://doctrine-project.org/schemas/orm/doctrine-mapping http://doctrine-project.org/schemas/orm/doctrine-mapping.xsd">
  <entity name="Db\Entity\Currency" table="currency">
    <id name="currencyCode" type="string" column="currency_code" length="3">
      <generator strategy="NONE"/>
    </id>
    <field name="name" type="string" column="name" length="50" nullable="false"/>
  </entity>
</doctrine-mapping>
