Skip to content

Commit

Permalink
fix: missing ,
Browse files Browse the repository at this point in the history
  • Loading branch information
farreldarian committed Jun 13, 2024
1 parent d96b590 commit 3b4b119
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion packages/usage/prisma/schema.prisma
Original file line number Diff line number Diff line change
Expand Up @@ -206,7 +206,7 @@ model FieldCustomization {
/// drizzle.custom {
/// "imports": [{ "name": ["SomeBigInt"], "module": "~/tests/shared/testFieldCustomization", "type": true }],
/// "type": "SomeBigInt",
/// "default": "() => 1n"
/// "default": "() => 1n",
/// "field": { "mode": "number" }
/// }
allFields BigInt
Expand Down

0 comments on commit 3b4b119

Please sign in to comment.