Here is the use case:
In our organisation, we have a requirement to generate reports based on the course creators.
Currently we use the log table to retrieve the course creator. But, since we have implemented log rotation in Moodle and we are missing essential information while generating reports. Our log table is getting bigger in size and has more than 200000 records. It's also a performance issue since we are querying this table only to get the course creator id.
So it would be nice to have the id of the user who created the course in the Course table.
Additionally, it may also be nice to have the id of the user who modified the course(last modified by).