schema errors how to solve
I am getting the below error while running wasp db migrate-dev command , please help me solve it.
I have also attached my main.wasp and schema.prism file.
I have also attached my main.wasp and schema.prism file.
main.wasp and schema.prisma files. However, I can give you some general advice based on common issues seen in the Wasp community.wasp db migrate-dev: This command is used to apply migrations to your development database. If you've made changes to your Prisma schema, you need to run this command to apply those changes to your database.main.wasp file can help. For example, if you have a User entity with a twitterCredentials relation, you might need to make this relation optional.Unknown migrate arg(s): # init the db suggests that you're passing an argument (# init the db) that the wasp db migrate-dev command doesn't recognize. Make sure you're only using valid arguments with this command.user relation on the Message entity? That’s what the error message says, it’s a Prisma error not really a Wasp related errormain.waspmain.waspschema.prismawasp db migrate-devwasp db migrate-devUsertwitterCredentialsUnknown migrate arg(s): # init the db# init the dbuserMessage