Skip to content

Instantly share code, notes, and snippets.

@velotiotech
Created August 11, 2020 11:18
Show Gist options
  • Save velotiotech/a3463eb8049deba8db7b0e18aca42617 to your computer and use it in GitHub Desktop.
Save velotiotech/a3463eb8049deba8db7b0e18aca42617 to your computer and use it in GitHub Desktop.
npx prisma migrate save --experimental
#! Select ‘yes’ for the prompt to add an SQLite db after this command and enter a name for the migration.
npx prisma migrate up --experimental
npx prisma generate
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment