redwood prisma migrate reset
Reset your database and apply all migrations, all data will be lost
Options
| Name | Description | 
|---|---|
| -h, --help | Display this help message | 
| --schema  <Schema path> | Custom path to your Prisma schema | 
| --skip-seed | Skip triggering seed | 
| --skip-generate | Skip triggering generators (e.g. Prisma Client) | 
| -f, --force | 
 |