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
Jonathan Romano
09/22/2020, 10:02 PM
Prisma migrate!
Jonathan Romano
09/22/2020, 10:02 PM
It's still technically experimental, but from what I've heard it works well
v
Vegard Helland Flatoy
09/22/2020, 10:04 PM
Thanks, cant believe I missed that 😛
r
Ryan
09/23/2020, 6:56 AM
@Vegard Helland Flatoy 👋
You can read more about that here 🙂