<?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\Mailstoraget" table="mailstorageT">
    <change-tracking-policy>DEFERRED_IMPLICIT</change-tracking-policy>
    <id name="id" type="integer" column="ID">
      <generator strategy="IDENTITY"/>
    </id>
    <field name="name" type="string" column="name" length="255"/>
    <field name="firstname" type="string" column="firstname" length="255"/>
    <field name="email" type="string" column="email" length="255"/>
    <field name="phone" type="string" column="phone" length="255"/>
    <field name="street" type="string" column="street" length="255"/>
    <field name="city" type="string" column="city" length="255"/>
    <field name="zipcode" type="string" column="zipcode" length="255"/>
    <field name="country" type="string" column="country" length="255"/>
    <field name="mobilephone" type="string" column="mobilephone" length="255"/>
    <field name="fax" type="string" column="fax" length="255"/>
    <field name="recevoir" type="boolean" column="recevoir"/>
    <field name="numgroupesNewsl" type="integer" column="NumGroupes_NewsL"/>
    <lifecycle-callbacks/>
  </entity>
</doctrine-mapping>
