<?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"
>
    <mapped-superclass name="Sylius\MolliePlugin\Entity\MollieGatewayConfigTranslation" table="mollie_configuration_translation">
        <id name="id" type="integer">
            <generator strategy="AUTO"/>
        </id>
        <field name="name" column="name" nullable="true"/>
    </mapped-superclass>
</doctrine-mapping>
