Skip to content

Latest commit

 

History

History
25 lines (14 loc) · 393 Bytes

notes.md

File metadata and controls

25 lines (14 loc) · 393 Bytes

Schema

pal g

move types to types folder

Add types to schema index

npm run generate

prisma migrate reset --preview-feature

resets the db

prisma migate dev --preview-feature uploads to db

npx prisma studio opens studio

http://localhost:3000/api/graphql

http://localhost:5555

change db in env to live site npx prisma migrate resolve --applied "{filenamegoeshere}" --preview-feature