Closed CalebLawver closed 2 years ago
This is one of the issues that takes priority!!
Upon created the review model, route, and seeds, I have now broken the seeding process somehow. Trail doesn't auto increment the ID. :/
Fixed! Problem stemmed from sequelize, freezeTableName: true, underscored: true, modelName: 'review'
The last line where I dictated what the name of the table was caused the issue. It was 'trail'.
We need to add in a comment/review feature for other users to add onto the initial post/trail addition.