redwood prisma db push
This command pushes the state of your Prisma schema file to the database without using migrations files
Options
| Name | Description | 
|---|---|
| -h, --help | Display this help message | 
| --schema  <Schema path> | Custom path to your Prisma schema | 
| --skip-generate | Skip generation of artifacts such as Prisma Client | 
| --force-reset | 
 | 
| --accept-data-loss | 
 |