Skip to content

Instantly share code, notes, and snippets.

@sharunkumar
Last active October 11, 2023 00:14
Show Gist options
  • Save sharunkumar/8dfd6a4ecf3c97d78ccbec3dc29d1e88 to your computer and use it in GitHub Desktop.
Save sharunkumar/8dfd6a4ecf3c97d78ccbec3dc29d1e88 to your computer and use it in GitHub Desktop.
Prisma Snippets
{
"Integer ID": {
"scope": "prisma",
"prefix": "id",
"body": [
"$1_id Int @id @default(autoincrement())",
"$0"
],
"description": "Integer ID"
}
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment