feat(db): add comments to exp360 table

Added comments to the exp360 table definition in install.xml
to clarify the purpose of the table and its fields. This
provides better documentation and enhances the maintainability
of the database schema.
This commit is contained in:
Kumi 2024-07-05 11:25:01 +02:00
parent 5b45d9ea82
commit 3e5b36bc14
Signed by: kumi
GPG key ID: ECBCC9082395383F

View file

@ -1,7 +1,7 @@
<?xml version="1.0" encoding="UTF-8" ?>
<XMLDB PATH="mod/exp360/db" VERSION="2024070500" COMMENT="exp360 module">
<TABLES>
<TABLE NAME="exp360">
<TABLE NAME="exp360" COMMENT="Table containing data on exp360 activities">
<FIELDS>
<FIELD NAME="id" TYPE="int" LENGTH="10" NOTNULL="true" SEQUENCE="true" COMMENT="Primary key"/>
<FIELD NAME="course" TYPE="int" LENGTH="10" NOTNULL="true" COMMENT="Course ID"/>