Sometimes migrate dev and generate doesn't detect ...
# orm-help
g
Sometimes migrate dev and generate doesn't detect new defined schema
r
@Gelo 👋 It would be great if you share a sample repo of this behaviour or open an issue here so that we can look into this
g
g
I'm on development mode I only run prisma db push and prisma generate
n
What does your schema look like?
g
My app is running with no issue I can query and save to my database but prisma can't connect. What do you mean? my prisma models?
n
Yeah your prisma schema
r
Did you restart Studio after
db push
?