<?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"
                  xmlns:gedmo="http://gediminasm.org/schemas/orm/doctrine-extensions-mapping"
>
    <entity name="Sylius\MolliePlugin\Entity\TemplateMollieEmailTranslation" table="mollie_email_template_translation">
        <id name="id" column="id" type="integer">
            <generator strategy="AUTO"/>
        </id>
        <field name="name" column="name" nullable="true"/>
        <field name="subject" column="subject" nullable="true"/>
        <field name="content" column="content" type="text" nullable="true" length="1500"/>
    </entity>
</doctrine-mapping>
