chriscatto
chriscatto
PPrisma
Created by chriscatto on 5/6/2024 in #help-and-questions
When db is updated how to get that alter into prisma?
Hello- I am new to prisma & wondering any good resources or tutorials about moving structure down from the database or up from the schema? Also if the database is altered slightly such as adding a column to a table; how can we update our prisma in our app? I understand that if we update the schema.prisma file with adding a column we can then run a "prisma migrate dev" & it will alter the db but how can we do the same but if there is an update in the DB & we want to update our code? thanks in advance for any & all assistance
8 replies