Proyectos de Subversion Moodle

Rev

| Ultima modificación | Ver Log |

Rev Autor Línea Nro. Línea
1 efrain 1
<?xml version="1.0" encoding="UTF-8" ?>
2
<XMLDB PATH="mod/bigbluebuttonbn/tests/fixtures/extension/simple/db" VERSION="20230210" COMMENT="XMLDB file for Moodle mod/bigbluebuttonbn/extension/simple"
3
       xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
4
       xsi:noNamespaceSchemaLocation="../../../../../../../lib/xmldb/xmldb.xsd"
5
>
6
    <TABLES>
7
        <TABLE NAME="bbbext_simple" COMMENT="Default comment for bbbext_simple, please edit me">
8
            <FIELDS>
9
                <FIELD NAME="id" TYPE="int" LENGTH="10" NOTNULL="true" SEQUENCE="true"/>
10
                <FIELD NAME="bigbluebuttonbnid" TYPE="int" LENGTH="10" NOTNULL="false" SEQUENCE="false"/>
11
                <FIELD NAME="newfield" TYPE="int" LENGTH="2" NOTNULL="false" SEQUENCE="false"/>
12
                <FIELD NAME="completionextraisehandtwice" TYPE="int" LENGTH="9" NOTNULL="true" DEFAULT="0" SEQUENCE="false"/>
13
            </FIELDS>
14
            <KEYS>
15
                <KEY NAME="primary" TYPE="primary" FIELDS="id"/>
16
                <KEY NAME="fk_bigbluebuttonbnid" TYPE="foreign-unique" FIELDS="bigbluebuttonbnid" REFTABLE="bigbluebuttonbn" REFFIELDS="id"/>
17
            </KEYS>
18
        </TABLE>
19
    </TABLES>
20
</XMLDB>