Thomas Kaul
3 years ago
committed by
GitHub
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with
7 additions and
1 deletions
-
DEVELOPMENT.md
|
|
@ -18,7 +18,13 @@ |
|
|
|
|
|
|
|
|
### Prisma |
|
|
### Prisma |
|
|
|
|
|
|
|
|
#### Create schema migration (local) |
|
|
#### Synchronize schema with database for prototyping |
|
|
|
|
|
|
|
|
|
|
|
Run `yarn database:push` |
|
|
|
|
|
|
|
|
|
|
|
https://www.prisma.io/docs/concepts/components/prisma-migrate/db-push |
|
|
|
|
|
|
|
|
|
|
|
#### Create schema migration |
|
|
|
|
|
|
|
|
Run `yarn prisma migrate dev --name added_job_title` |
|
|
Run `yarn prisma migrate dev --name added_job_title` |
|
|
|
|
|
|
|
|
|