hey guys i'm new to prisma, and I'm using it along...
# orm-help
b
hey guys i'm new to prisma, and I'm using it along with graphql , I came accross an issue that i can't figure out, I wouldn't even know where to look as I am a newb. When I change a property of my user schema to be @unique, postgres is not migrating along with graphql. I would appreciate a link to the "right" area of documentation, as I don't want an answer as much as i would like to understand what i did wrong. If this is too vague of question I can elaborate, but didn't want to write an article lol
t
npx prisma migrate save --name init --experimental npx prisma migrate up --experimental
b
thank you