<?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="Entities\FrontModuleContent" table="front_module_content">
    <many-to-one field="module" target-entity="Entities\FrontModule" inversed-by="names">
        <join-column name="module_id" referenced-column-name="id" />
    </many-to-one>
    <change-tracking-policy>DEFERRED_IMPLICIT</change-tracking-policy>
    <id name="moduleId" type="integer" column="module_id"/>
    <id name="langueId" type="string" column="langue_id" length="3"/>
    <field name="name" type="string" column="name" length="90"/>
    <field name="label" type="string" column="label" length="90"/>
    <field name="title" type="string" column="title" length="90"/>
    <field name="content" type="string" column="content" length="1000"/>
    <field name="description" type="string" column="description" length="1000"/>
    <field name="metaDescription" type="string" column="meta_description" length="1000"/>
    <field name="metaKeywords" type="string" column="meta_keywords" length="1000"/>
    <lifecycle-callbacks/>
  </entity>
</doctrine-mapping>
