Add migration for marked_present_student in consultation_attendance
This merge request adds a database migration to support student presence marking in consultation attendances.
Changes included:
- added V1_138__consultation_attendance_mark_present_student.sql
- introduced the marked_present_student column as BOOLEAN NOT NULL DEFAULT FALSE in consultation_attendance
This migration is required for the student presence marking functionality in the application.