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:
parent
5b45d9ea82
commit
3e5b36bc14
1 changed files with 1 additions and 1 deletions
|
@ -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"/>
|
||||
|
|
Loading…
Reference in a new issue