Is there an easy way to change my database with pr...
# orm-help
v
Is there an easy way to change my database with prisma, after I’ve created it? Right now, If I want to add a new field like “age” to my User, I have to access my postgres instance, run SQL commands to change the table, and then introspect the database with prisma CLI.
j
Prisma migrate!
It's still technically experimental, but from what I've heard it works well
v
Thanks, cant believe I missed that 😛
r
@Vegard Helland Flatoy 👋 You can read more about that here 🙂