Files
Chamilo/vendor/friendsofsymfony/user-bundle/Resources/config/doctrine-mapping/User.couchdb.xml
2025-08-14 22:41:49 +02:00

20 lines
1.0 KiB
XML

<?xml version="1.0" encoding="UTF-8"?>
<doctrine-mapping>
<mapped-superclass name="FOS\UserBundle\Model\User" indexed="true">
<field name="username" fieldName="username" type="string" index="true" />
<field name="usernameCanonical" fieldName="usernameCanonical" type="string" index="true" />
<field name="email" fieldName="email" type="string" index="true" />
<field name="emailCanonical" fieldName="emailCanonical" type="string" index="true" />
<field name="enabled" fieldName="enabled" type="mixed" />
<field name="salt" fieldName="salt" type="string" />
<field name="password" fieldName="password" type="string" />
<field name="lastLogin" fieldName="lastLogin" type="datetime" />
<field name="confirmationToken" fieldName="confirmationToken" type="string" index="true" />
<field name="passwordRequestedAt" fieldName="passwordRequestedAt" type="datetime" />
<field name="roles" fieldName="roles" type="mixed" />
</mapped-superclass>
</doctrine-mapping>