96 |
efrain |
1 |
<?xml version="1.0" encoding="UTF-8" ?>
|
|
|
2 |
<XMLDB PATH="blocks/cesa_course_rating/db" VERSION="20200506" COMMENT="XMLDB file for Moodle blocks_cesa_course_rating"
|
|
|
3 |
xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
|
|
|
4 |
xsi:noNamespaceSchemaLocation="../../../lib/xmldb/xmldb.xsd"
|
|
|
5 |
>
|
|
|
6 |
<TABLES>
|
|
|
7 |
<TABLE NAME="block_cesa_course_rating" COMMENT="Course ratings">
|
|
|
8 |
<FIELDS>
|
|
|
9 |
<FIELD NAME="id" TYPE="int" LENGTH="10" NOTNULL="true" SEQUENCE="true"/>
|
|
|
10 |
<FIELD NAME="course" TYPE="int" LENGTH="10" NOTNULL="true" DEFAULT="0" SEQUENCE="false" COMMENT="The course for the rating."/>
|
|
|
11 |
<FIELD NAME="user" TYPE="int" LENGTH="10" NOTNULL="true" DEFAULT="0" SEQUENCE="false" COMMENT="The user for the rating."/>
|
|
|
12 |
<FIELD NAME="rating" TYPE="int" LENGTH="10" NOTNULL="true" DEFAULT="0" SEQUENCE="false" COMMENT="The rating for the course."/>
|
|
|
13 |
</FIELDS>
|
|
|
14 |
<KEYS>
|
|
|
15 |
<KEY NAME="primary" TYPE="primary" FIELDS="id"/>
|
|
|
16 |
</KEYS>
|
|
|
17 |
<INDEXES>
|
|
|
18 |
<INDEX NAME="index" UNIQUE="true" FIELDS="course, user"/>
|
|
|
19 |
</INDEXES>
|
|
|
20 |
</TABLE>
|
|
|
21 |
</TABLES>
|
|
|
22 |
</XMLDB>
|