### User Story As a Product Manager, I want company metrics separated from job listings so that ratings and organizational health indicators are cached per company. ### Acceptance Criteria - [ ] `Company` model declared in `core/models.py` - [ ] Foreign key `company_id` linked from `JobListing` to `Company` - [ ] Startup migration logic implemented in `api/main.py` to auto-add `company_id` to SQLite table without losing data
User Story
As a Product Manager, I want company metrics separated from job listings so that ratings and organizational health indicators are cached per company.
Acceptance Criteria
Companymodel declared incore/models.pycompany_idlinked fromJobListingtoCompanyapi/main.pyto auto-addcompany_idto SQLite table without losing data