What is the module field, in the prefix_course_modules table?

What is the module field, in the prefix_course_modules table?

by Bobby White -
Number of replies: 1

I was wondering if someone could explain the `module` field in the `prefix_course_modules` table in the database?

How does it link to other tables, and what does it represent?

Thanks

Average of ratings: -
In reply to Bobby White

Re: What is the module field, in the prefix_course_modules table?

by Mike Churchward -
Picture of Core developers Picture of Plugin developers Picture of Testers

Hi -

The 'module' field is the value of the 'id' field in the 'modules' table. The 'modules' table lists all of the installed activity plugins on the site. So the 'module' field identifies which activity plugin is referred to for the course instance in the 'course_modules' table.

mike

Average of ratings: Useful (1)