We need to improve our current database schema to better support job-related functionalities.
Proposed Changes for the jobs table
- Add
experience_level, for example: 'Entry', 'Intermediate', 'Expert'.
- Add
estimated_duration.
- Add a deadline for the job.
- Support categories. We'll introduce categories for jobs. This will make it easier for freelancers to find work in their specific areas of expertise.
Proposed Changes for the proposals table
- Add
estimated_duration.
- Support Attachments
- Add
updated_at column.