Skip to content
Snippets Groups Projects
Commit 9c028819 authored by Thibaut Vallee's avatar Thibaut Vallee
Browse files

Requis la stategy AUTO

parent 3d260e41
No related branches found
No related tags found
No related merge requests found
Pipeline #22272 passed
......@@ -2,7 +2,9 @@
<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="UnicaenMail\Entity\Db\Mail" table="unicaen_mail_mail">
<id name="id" type="integer" column="id"/>
<id name="id" type="integer" column="id">
<generator strategy="AUTO"/>
</id>
<field name="dateEnvoi" type="datetime" column="date_envoi" nullable="false"/>
<field name="statusEnvoi" type="string" length="256" column="status_envoi" nullable="false" />
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment