how do you reset one table? I am familiar with `np...
# orm-help
r
how do you reset one table? I am familiar with
npx prisma migrate reset
but not for dropping a single relation
r
Resetting a single table is not supported. Could you explain your use case so that I can provide an alternative if possible.