webperside / course-erp-backend

We are developing this project on Youtube Live
14 stars 1 forks source link

[FEATURE] Create migration file teacher_schedule #74

Closed hamidsultanzadeh closed 1 year ago

hamidsultanzadeh commented 1 year ago

The table will have the following columns: teacher_id (foreign key to teachers table), branch_id (foreign key to branch table), day_of_week, start_time, end_time, is_deleted

The last version of the migration file is commented on here https://github.com/webperside/course-erp-backend/issues/58 name: teachers_schedule_table

don't forget to put the last version on https://github.com/webperside/course-erp-backend/issues/58

Source branch: main