Chamilo is a learning management system focused on ease of use and accessibility
You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
 
 
 
 
 
 
chamilo-lms/plugin/xapi/php-xapi/repository-doctrine-orm/metadata/Extensions.orm.xml

13 lines
573 B

<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="XApi\Repository\Doctrine\Mapping\Extensions" table="xapi_extensions">
<id name="identifier" type="integer">
<generator strategy="AUTO" />
</id>
<field name="extensions" type="json_array" />
</entity>
</doctrine-mapping>