Open Issues Need Help
View All on GitHubAI Summary: Create a database schema for a CRUD application using Sequelize and PostgreSQL, including the creation of `Student` and `Campus` models and a `seed.js` file to populate the database with sample data. The schema should be designed to support the creation, reading, updating, and deletion of student and campus records.
Complexity:
3/5
good first issue